Expand my Community achievements bar.

SOLVED

Where does We-Retail store templates?

Avatar

Level 4

I was looking throw the reference project, and couldn't see where they store their templates. Does anyone know?

https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.apps/src/main/content/j...

1 Accepted Solution

Avatar

Correct answer by
Employee

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/conten...

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

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

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/conten...

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

Avatar

Administrator

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/conten...

content.Xml:- https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/blob/master/ui.content/src/main/conten...

~kautuk



Kautuk Sahni

Avatar

Level 4

Thank you everyone. I understand now!