Last active
May 1, 2017 23:14
-
-
Save Tobiaqs/ba2aca172ad45083aa092514d51a8fec to your computer and use it in GitHub Desktop.
Detect menu-visible children in MODX chunk language
This file contains hidden or 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
[[getResources? &limit=`1` &parents=`<id of parent resource>` &totalVar=`numChildren`]] | |
[[If? &subject=`[[+numChildren]]` &operator=`!=` &operand=`0` &then=`Has children` &else=`Has no children`]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment