A developer creates a template-type for building editable templates.
The resulting editable templates and pages must always contain a specific layout container that can NOT be deleted by the author.
How should the developer meet this requirement?
A developer creates a template-type for building editable templates.
The resulting editable templates and pages must always contain a specific layout container that can NOT be deleted by the author.
How should the developer meet this requirement?
To ensure that the layout container is always present and cannot be deleted, it should be added to the structure section of the template-type. The structure section defines the immutable parts of the template, which means any component added to this section cannot be removed by authors. This guarantees that the layout container remains a permanent and necessary part of the resulting editable templates and pages.
Answer is D
prove link: https://docs.adobe.com/content/help/en/experience-manager-64/developing/platform/templates/page-templates-editable.html#structure
D is correct