Skip to content

Commit

Permalink
feat: Add images portlet to Content category - EXO-65944 - Meeds-io/M…
Browse files Browse the repository at this point in the history
  • Loading branch information
IlhemEssaadi committed Aug 25, 2023
1 parent 67c6ba6 commit a460774
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,32 @@
</field>
</object>
</value>
<value>
<object type="org.exoplatform.application.registry.Application">
<field name="displayName">
<string>Images Portlet</string>
</field>
<field name="contentId">
<string>layout-management/ImagesPortlet</string>
</field>
<field name="type">
<string>portlet</string>
</field>
<field name="categoryName">
<string>content</string>
</field>
<field name="applicationName">
<string>ImagesPortlet</string>
</field>
<field name="accessPermissions">
<collection type="java.util.ArrayList">
<value>
<string>*:/platform/users</string>
</value>
</collection>
</field>
</object>
</value>
</collection>
</field>
</object>
Expand Down

0 comments on commit a460774

Please sign in to comment.