Skip to content

Commit

Permalink
remove oneEach restriction
Browse files Browse the repository at this point in the history
It is absolutely valid to have multiple iframe or images per area so
remove the oneEach
  • Loading branch information
mawinter69 committed Aug 14, 2024
1 parent 16df63d commit 99b7493
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,35 +55,31 @@ THE SOFTWARE.
<f:hetero-list name="topPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.topPortlets}"
addCaption="${%Add Dashboard Portlet to the top of the view}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to the top of the view}"/>
</f:block>
</f:section>
<f:section title="${%Portlets in the left column}">
<f:block>
<f:hetero-list name="leftPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.leftPortlets}"
addCaption="${%Add Dashboard Portlet to left column}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to left column}"/>
</f:block>
</f:section>
<f:section title="${%Portlets in the right column}">
<f:block>
<f:hetero-list name="rightPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.rightPortlets}"
addCaption="${%Add Dashboard Portlet to right column}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to right column}"/>
</f:block>
</f:section>
<f:section title="${%Portlets at the bottom of the page}">
<f:block>
<f:hetero-list name="bottomPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.bottomPortlets}"
addCaption="${%Add Dashboard Portlet to bottom of the view}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to bottom of the view}"/>
</f:block>
<p/>
</f:section>
Expand Down

0 comments on commit 99b7493

Please sign in to comment.