AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 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.

Show Answer
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

2 comments
Sign in to comment
pkg82
Jun 22, 2020

Correct answer is A

grios
Jul 11, 2020

Correct answer is A