adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
547 stars 426 forks source link

Page Template Type missing Footer #1220

Open HitmanInWis opened 2 months ago

HitmanInWis commented 2 months ago

The general Page template type structure (https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.content/src/main/content/jcr_root/conf/__appId__/settings/wcm/template-types/page/structure/.content.xml) has a Header and Body, but no Footer.

I can't think of a case where I've seen a web page w/o some sort of footer, at least a simple one. The default Content Page template created from the page template type does have a footer, as expected, but any other templates created from the page template type are missing a footer unless they add it. The default page template type should include a footer.