Skip to content

Instantly share code, notes, and snippets.

View peterkraume's full-sized avatar

Peter Kraume peterkraume

View GitHub Profile

Use Site Settings or Site Configuration in Page TS Config in TYPO3 v13

Inspired by a suggestion on StackOverflow I've implemented this solution to make TYPO3 v13 site settings or site configuration available in Page TSConfig.

Update

Turns out, I was just to stupid and made a typo when trying to access the site settings as described in the official documentation.

Long story short: tx_someextension.fe.loginPage = {$foo.bar} works as documented!