Skip to content

Commit

Permalink
Merge Category Management - Meeds-io/MIPs#170 (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Jan 7, 2025
2 parents 1558284 + 9ae2b80 commit b7d048d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ portal.administration.pages=Pages
portal.administration.portlets=Portlets
portal.administration.pwaSettings=Mobile or Desktop App
portal.administration.spaceTemplates=Spaces
portal.administration.categoryManagement=Category
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
<icon>fas fa-sitemap</icon>
<page-reference>portal::administration::siteManagement</page-reference>
</node>
<node>
<name>categories</name>
<label>#{portal.administration.categoryManagement}</label>
<icon>fas fa-th-large</icon>
<page-reference>portal::administration::categoryManagement</page-reference>
</node>
<node>
<name>portlets</name>
<label>#{portal.administration.portlets}</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,24 @@
</container>
</page>

<page>
<name>categoryManagement</name>
<title>Category Management</title>
<access-permissions>*:/platform/administrators</access-permissions>
<edit-permission>manager:/platform/administrators</edit-permission>
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl">
<section-columns>
<column col-span="12">
<portlet-application>
<portlet>
<application-ref>social</application-ref>
<portlet-ref>CategoryManagement</portlet-ref>
</portlet>
<title>Category Management</title>
</portlet-application>
</column>
</section-columns>
</container>
</page>

</page-set>

0 comments on commit b7d048d

Please sign in to comment.