understanding initial content vs structure - editable templates in aem | Community
Skip to main content
sreenu539
Level 7
May 11, 2018
Solved

understanding initial content vs structure - editable templates in aem

  • May 11, 2018
  • 1 reply
  • 8830 views

Hi,

I read the documentation and looked at some sample project code to understand Editable templates concepts.

I would like to get more practical use case scenario to understand the difference between initial content vs structure and when authors will be using initial content, structure.

Thanks,

Sri

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 arunpatidar

Hi,

  • initial: Initial Content mode is used to define content that will appear when a page is first created based on the template.The initial content can then be edited and removed by page authors. e.g. dummy content

  • structure:

The structure allows you to define the structure of the template.

The components defined in the template level can’t be removed from the resulting page.

If you want that template authors can add and remove components, add a paragraph system to the template.

Components can be locked and unlocked to allow you to define initial content.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 12, 2018

Hi,

  • initial: Initial Content mode is used to define content that will appear when a page is first created based on the template.The initial content can then be edited and removed by page authors. e.g. dummy content

  • structure:

The structure allows you to define the structure of the template.

The components defined in the template level can’t be removed from the resulting page.

If you want that template authors can add and remove components, add a paragraph system to the template.

Components can be locked and unlocked to allow you to define initial content.

Arun Patidar