Skip to content

Fix expression full width

Krzysztof Putyra requested to merge fixExpressionFullWidth into master

No more "Expression could not be parsed" errors. Changes:

  • cd.navigation.horizContNav.pidList and cd.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.

Merge request reports

Loading