Last active
December 14, 2015 11:49
-
-
Save benjaminrau/5081550 to your computer and use it in GitHub Desktop.
Create Menu from List of Page UIDs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{namespace v=Tx_Vhs_ViewHelpers} | |
<f:if condition="{showRelated}"> | |
<f:if condition="{v:iterator.explode(glue:',',content:relatedPageUid)->f:count()}>0"> | |
<v:page.menu.list pages="{relatedPageUid}"></v:page.menu.list> | |
</f:if> | |
</f:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment