ViewHelper Documentation
v:condition.page.isChildPage
Condition: Page is child page
Condition ViewHelper which renders the then
child if current
page or page with provided UID is a child of some other page in
the page tree. If $respectSiteRoot is set to TRUE root pages are
never considered child pages even if they are.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
condition boolean
Condition expression conforming to Fluid boolean rules
pageUid integer
value to check
respectSiteRoot boolean
value to check