Fix expression full width
No more "Expression could not be parsed" errors. Changes:
-
cd.navigation.horizContNav.pidList
andcd.fullWidth.pidList
are lists of integers (surrounded with square brackets) - conditions for both variables are replaced with
page["pid"] in {$...}`
This is a breaking change: if the condition is left as <number> in tree.rootLineIds
then TypoScript fails with an error. On the other hand, this approach is matches the names of the variables.