Skip to content

Instantly share code, notes, and snippets.

@Tobiaqs
Last active May 1, 2017 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tobiaqs/ba2aca172ad45083aa092514d51a8fec to your computer and use it in GitHub Desktop.
Save Tobiaqs/ba2aca172ad45083aa092514d51a8fec to your computer and use it in GitHub Desktop.
Detect menu-visible children in MODX chunk language
[[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