I know about ext templates and the option where you can select the Template on Next Level:
However I just want to add something to one page only (not the children) and I think it would be a bit of a waste to have to make an ext template then another one for the children so I am trying to use some conditions. see this link for details.
If I do the below
[PIDinRootline = 10]
...
[end]
it works but also includes children.
I have tried the below but it doesn’t seem to work?
[PIDinRootline = 10 && treeLevel = 1]
...
[end]
Any ideas on the best way to approach this?
Use condition:
for exact targeting page’s uids
additionally you can use
operatorssuch as||(OR) or&&(AND) for more sophisticated combinations, ie:It will work on pages with
uid: 10OR978