TYPO3 TypoScript: Compare strings in condition

revision aaaf3685f82de73a1a2371b1cc26510781f33521

raw

README.rst

It's possible to do string comparison with a normal TypoScript "globalString" condition and a constant:

[globalString = LIT:foobar = {$some.typoscript.constant}]
    ...
[global]

History