How can I make a Condition in TypoScript for loading different JavaScript-Files to different Backend-Layouts? (TYPO3)
问题 After a "long way" with Google, Searching and many tries: I created a lib.variable for the current Page: lib.currentPage = TEXT lib.currentPage.data = page:uid If I debug it in my FluidTemplate in the Frontend with: Testing currentPage: <f:cObject typoscriptObjectPath="lib.currentPage" /> I got the correct value. Now I want to use that Variable in a Condition in my pageSetup.ts like follows: [DB:pages:lib.currentPage:backend_layout = pagets__pagelayout_logoclaim_subpage] page.includeJSFooter