QuestionQ4

(Official exam topics not publicly listed on Adobe’s certification page)

A developer needs to restrict a template’s use to a specific content path.

Which property should be configured?

  • A cq:allowedPaths
  • B sling:allowedTemplates
  • C sling:allowedPaths
  • D cq:allowedTemplates
Explanation

cq:allowedPaths restricts a template’s availability by matching the content-page path against its configured allowed path pattern. cq:allowedTemplates is used to specify templates permitted beneath a content branch, rather than to constrain where one template itself may be used.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!