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 (#790)

* feat: Rename Dynamic container to include gtmpl only once in page - MEED-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).

* Fix body-end-container name - Meeds-io/MIPs#175

---------

Co-authored-by: Romain Dénarié <[email protected]>
  • Loading branch information
boubaker and rdenarie authored Feb 6, 2025
1 parent cfb96e4 commit e58f987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</value-param>
<value-param>
<name>containerName</name>
<value>bottom-all-container</value>
<value>body-end-container</value>
</value-param>
<object-param>
<name>ChatNotificationApplication</name>
Expand Down

0 comments on commit e58f987

Please sign in to comment.