Skip to content

Commit

Permalink
feat: Rename Dynamic container to include gtmpl only once in page - M…
Browse files Browse the repository at this point in the history
…EED-8323 - Meeds-io/MIPs#175

Due to changes made in Site Layout Editor MIP, the page structure changed to move the 'bottom-all-container' addon container into UIPortalApplication.gtmpl. This change is mainly made to not having to include this dynamic container inside Standalone pages (which hides shared and site layouts) in order to have the same behavior as if the page is retrieved inside the shared layout. This dynamic container, further more, has been renamed in order to avoid having duplication of applications definition inside a same page which had defined its layout before this change (in which case, the addon container will be rendered in UIPortalApplication and the page content as well).
  • Loading branch information
boubaker committed Feb 4, 2025
1 parent 62205cd commit 0f1fa22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
</value-param>
<value-param>
<name>containerName</name>
<value>bottom-all-container</value>
<value>body-end-container</value>
</value-param>
<object-param>
<name>new-document-extension-portlet</name>
Expand Down

0 comments on commit 0f1fa22

Please sign in to comment.