November 23, 2018
Dynamic content mapping rules
Due to some system limitations in dynamic template generation there are special requirements for some twig functions. Please, use following mapping to avoid problems with content generation in templates:
Instead of | Use this function |
a > b | greater(a,b) |
a < b | less(a,b) |
a >= b | greaterEqual(a,b) |
a <= b | lessEqual(a,b) |