Skip to content

Commit

Permalink
Merge Category Management - Meeds-io/MIPs#170 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Jan 7, 2025
2 parents d2e2025 + 0888f46 commit d3e9e6c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions layout-service/src/main/resources/portlet-instances.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,23 @@
"*:/platform/web-contributors"
],
"system":true
},
{
"nameId":"SpacesDirectory",
"categoryNameId":"tools",
"portletName":"SpacesList",
"names":{
"en":"layout.portletInstance.SpacesList.name"
},
"descriptions":{
"en":"layout.portletInstance.SpacesList.description"
},
"illustrationPath":"war:/../images/portlets/SpacesDirectory.webp",
"permissions":[
"*:/platform/administrators",
"*:/platform/web-contributors"
],
"system":true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ layout.portletInstance.ProfileHeader.name=Profile Header
layout.portletInstance.ProfileHeader.description=Header grouping avatar, banner, display name and key actions of the user
layout.portletInstance.ProfileWorkExperience.name=Profile Work Experience
layout.portletInstance.ProfileWorkExperience.description=List of experiences of the user
layout.portletInstance.SpacesList.name=Spaces directory
layout.portletInstance.SpacesList.description=List spaces depending memberships, category, template

layout.portletInstance.category.all.name=All
layout.portletInstance.category.others.name=Others
Expand Down
Binary file not shown.

0 comments on commit d3e9e6c

Please sign in to comment.