Where does We-Retail store templates? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bpauli1

Hi squid267,

The We-Retail project makes use of the new Template Editor feature wich was introduced with AEM 6.2. The Template Editor store the the template configuration under /conf/<project-id>/settings/wcm/templates in the repository.

https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.content/src/main/content/jcr_root/conf/we-retail/settings/wcm/templates

You can get more information about the Template Editor at https://docs.adobe.com/docs/en/aem/6-2/develop/templates/page-templates-editable.html

Cheers,
Burkhard

3 replies

bpauli1Adobe EmployeeAccepted solution
Adobe Employee
September 27, 2016

Hi squid267,

The We-Retail project makes use of the new Template Editor feature wich was introduced with AEM 6.2. The Template Editor store the the template configuration under /conf/<project-id>/settings/wcm/templates in the repository.

https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.content/src/main/content/jcr_root/conf/we-retail/settings/wcm/templates

You can get more information about the Template Editor at https://docs.adobe.com/docs/en/aem/6-2/develop/templates/page-templates-editable.html

Cheers,
Burkhard

kautuk_sahni
Community Manager
Community Manager
September 28, 2016

Exactly as said by Pauli, 

ui.apps: contains the /apps (and /etc) parts of the project, ie JS&CSS clientlibs, components, templates, runmode specific configs as well as Hobbes-tests

And template from template editor :- ui.content/src/main/content/jcr_root/conf/we-retail/settings/wcm/templates  

Path :- https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.content/src/main/content/jcr_root/conf/we-retail/settings/wcm/templates

content.Xml:- https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/blob/master/ui.content/src/main/content/jcr_root/conf/we-retail/settings/wcm/templates/section-page/structure/.content.xml

~kautuk

Kautuk Sahni
squid267Author
Level 3
September 29, 2016

Thank you everyone. I understand now!