Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 29

A developer needs to create a component with the following requirements:

✑ The component must be configurable

✑ The component should be editable, NOT removable

✑ An author should be unable to add the component to a page through design mode

Which mode structure should the developer use to meet these requirements?

A.

B.

C.

D.

    Correct Answer:

    The correct answer is A. To meet the requirements of making the component configurable, editable, not removable, and ensuring that an author cannot add the component to a page through design mode, the component's configuration should include the 'cq:editConfig' node with 'cq:actions' set to '[edit]' to allow for editing only. Additionally, the 'componentGroup' should be set to '.hidden' to prevent it from being added through design mode. Option A has both these key configurations correctly defined.

Discussion
pkg82

Correct answer is A

grios

Correct answer is A