Skip to content

Commit

Permalink
feat: Add Portlet Editor Page Definition - MEED-6903 - Meeds-io/MIPs#139
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Jun 12, 2024
1 parent b16a813 commit be72d32
Showing 1 changed file with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2823,6 +2823,70 @@
</container>
</page>

<page profiles="layout">
<name>portlet-editor</name>
<title>Portlet Editor</title>
<access-permissions>*:/platform/administrators;*:/platform/web-contributors</access-permissions>
<edit-permission>*:/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-portlet</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 no-applications-spacing">
<portlet-application>
<portlet>
<application-ref>layout</application-ref>
<portlet-ref>PortletEditor</portlet-ref>
</portlet>
<title>Portlet Editor</title>
</portlet-application>
</container>
</page>

<page profiles="layout">
<name>portlet-viewer</name>
<title>Portlet Viewer</title>
<access-permissions>*:/platform/administrators;*:/platform/web-contributors</access-permissions>
<edit-permission>*:/platform/administrators</edit-permission>
<show-max-window>true</show-max-window>
<hide-shared-layout>true</hide-shared-layout>
<container template="system:/groovy/portal/webui/container/UIAddOnColumnContainer.gtmpl">
<name>portlet-viewer</name>
<factory-id>addonContainer</factory-id>
</container>
</page>

<page profiles="content">
<name>newsDetail</name>
<title>News detail</title>
Expand Down

0 comments on commit be72d32

Please sign in to comment.