Skip to content

Commit

Permalink
feat: Add Section Template Layout Editor Page - MEED-8035 - Meeds-io/…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Jan 9, 2025
1 parent dcb189d commit ef1a8d6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ portal.global.public=Overview
portal.global.pageNotFound=Page Not Found
portal.global.layout-editor=Layout Editor
portal.global.portlet-editor=Portlet Editor
portal.global.section-editor=Section Template Editor
portal.global.portlet-viewer=Portlet Viewer
portal.global.organizationalChart=Organizational Chart
portal.global.spaceHome=Home
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@
<visibility>SYSTEM</visibility>
<page-reference>portal::global::portlet-editor</page-reference>
</node>
<node>
<name>section-editor</name>
<label>#{portal.global.section-editor}</label>
<visibility>SYSTEM</visibility>
<page-reference>portal::global::section-editor</page-reference>
</node>
<node>
<name>portlet-viewer</name>
<label>#{portal.global.portlet-viewer}</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2078,4 +2078,55 @@
</container>
</page>

<page profiles="layout">
<name>section-editor</name>
<title>Section Template Editor</title>
<access-permissions>*:/platform/administrators;*:/platform/web-contributors</access-permissions>
<edit-permission>manager:/platform/administrators</edit-permission>
<show-max-window>true</show-max-window>
<hide-shared-layout>true</hide-shared-layout>
<container
id="UITopBarContainer"
template="system:/groovy/portal/webui/container/UITopBarContainer.gtmpl">
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="VuetifyApp">
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="v-application v-application--is-ltr v-application--wrap">
<container
id="layoutTopBarContent"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
</container>
</container>
</container>
<container
id="MiddleToolBar"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
<portlet-application>
<portlet>
<application-ref>social</application-ref>
<portlet-ref>DrawersOverlay</portlet-ref>
</portlet>
<title>Drawers Overlay</title>
</portlet-application>
</container>
<container
id="TopbarLoadingContainer"
template="system:/groovy/portal/webui/container/UITopbarLoadingContainer.gtmpl">
</container>
</container>
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="page-scroll-content">
<portlet-application>
<portlet>
<application-ref>layout</application-ref>
<portlet-ref>SectionEditor</portlet-ref>
</portlet>
<title>Section Template Editor</title>
</portlet-application>
</container>
</page>

</page-set>

0 comments on commit ef1a8d6

Please sign in to comment.