does anyone know if nested conditions are possible in Typo3>9.4?
I didn't find anything in the internet or in the documentation of the site itself.
Currently I try it like this:
[2 in tree.rootLineIds]
[applicationContext == "Development"]
[loginUser('*') && page["uid"] in [13]]
....
[end]
[end]
[end]
But it seems not to work. Does anyone have a tip for me? I would be very grateful for it.
Nesting of TS Conditions is IMO still not possible (Haven't found anything about it in the docs - neither that it works nor that it doesn't work).
Maybe combining conditions can help you.