adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
541 stars 417 forks source link

Assign Cloud Configuration on root content page #310

Closed gabrielwalt closed 4 years ago

gabrielwalt commented 4 years ago

The root page of the site [1] should contain following property: cq:conf="/conf/{$confFolderName}". This also relates to https://github.com/adobe/aem-guides-wknd/issues/67.

[1] https://github.com/adobe/aem-project-archetype/blob/master/src/main/archetype/ui.content/src/main/content/jcr_root/content/__contentFolderName__/.content.xml#L4

gabrielwalt commented 4 years ago

@bpauli, it seems that we need the same property also on the DAM root folder: https://github.com/adobe/aem-project-archetype/blob/master/src/main/archetype/ui.content/src/main/content/jcr_root/content/dam/__contentFolderName__/.content.xml#L5