Custom Conditions
EM config
Die Settings der EM config können in Conditions abgefragt werden.
Hier ein Beispiel:
[t3sbootstrap('animateCss') === '1']
// Typoscript
[END]
Browser
Du kannst folgende Condition als einfache "Browserweiche" nutzen:
[browser('Firefox')]
// Typoscript
[END]
Verfügbare Argumente: Chrome, Edge, Firefox, Internet Explorer, Opera, Safari