Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to inherit editable templates into child templates?

Avatar

Level 3

Let's say I have created a configuration and editable templates for my parent site A and now I have to create editable templates for my child sites B and C. I need to inherit the various editable templates created for my parent site A into the child sites B and C and I should be able to edit these templates and provide a layout and content unique to the child sites. The following structure should roughly illustrate the idea:

  • Site A
    • Editable Template 1A
    • Editable Template 2A
    • Site B
      • Editable Template 1B which inherits 1A
      • Editable Template 2B which inherits 2A
    • Site C
      • Editable Template 1C which inherits 1A
      • Editable Template 2C which inherits 2A
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

In Editable Template we have feature called Template type .

So in this case we can have a template type as A which could be used to create 1A, 1B, 1C templates .

In this way you need to configure common changes at template type created in step 1 and rest will inherit from there.

For more deatils refer below link-

https://stackoverflow.com/questions/39290361/template-editor-aem-not-working-as-expected/43192016

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

In Editable Template we have feature called Template type .

So in this case we can have a template type as A which could be used to create 1A, 1B, 1C templates .

In this way you need to configure common changes at template type created in step 1 and rest will inherit from there.

For more deatils refer below link-

https://stackoverflow.com/questions/39290361/template-editor-aem-not-working-as-expected/43192016

Avatar

Level 3

AEM does not support template inheritance like other CMS systems do.

Avatar

Community Advisor

is it resolved?if yes pls mark it as correct..