I'm working on a TYPO3 website that I started with V6 and I'm now updating to V10 via V9.
At the moment I'm changing my TypoScript conditions to the new Symfony syntax and found that I have used 4 different endings of conditions:
[end]
[END]
[global]
[GLOBAL]
Will all these endings still work in TYPO3 V9 and above?
I have searched the reference, but did't find a definite answer.
From the official documentation:
If
[ condition ]
is TRUE, then the TypoScript in the middle would be parsed until[GLOBAL]
(or[END]
) resets the condition.