Skip to content

Commit

Permalink
feat: Allow to distinguish Portlets ediable through layout - MEED-7033
Browse files Browse the repository at this point in the history
…- Meeds-io/meeds#2121 (#1007)

This change will add a property to not mask CMS portlets while editing
page.
  • Loading branch information
boubaker authored and exo-swf committed Jun 13, 2024
1 parent a84d9f4 commit 36067a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notes-webapp/src/main/webapp/WEB-INF/portlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
<name>portlet-view-dispatched-file-path</name>
<value>/WEB-INF/jsp/notePageView.jsp</value>
</init-param>
<init-param>
<name>layout-content-editable</name>
<value>true</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
</supports>
Expand Down

0 comments on commit 36067a6

Please sign in to comment.