Category "typoscript"

Powermail - changing the reuqired status of field at runtime by typoscript

In earlier versions of powermail it was possible to use plugin.tx_powermail_pi1.validate.uid#.required = 0 to change the required status of a field at runtime

typoscript call php function and print result

I want to call a simple PHP script with typoscript to print the results of it. I tried this, lib.doSomething = USER

TYPO3: TypoScript override if condition with and

I have a TypoScript layout and need an if statement with a second inside stdWrap.dataWrap = <div class="grid col1 lay{field:layout}">|</div> now se