I’m using Typo3 in version 11.5.19 with the News plugin and bootstrap extension. So far, I had a lot of trouble to implement some customisations into a site package: none of my customisations would work at all. So currently I am coding all customisations directly into the extension files (it’s only a handful files with minor adaptations in bootstrap and some partials in news extension to have a similar desing).
For the very last customisation I need to do, does require the Template selector in the News extensions. Unfortunately, I followed the steps in the tutorial but the template layout selector remains emtpy when I want to choose a custom design for a specific page content element. The HTML partial files should be ok, while there is no “oops, there went something wrong” message.
I used the following code in the Page Template:
plugin.tx_news.templateLayouts {
91 = TopNews2
92 = Related4
93 = Presse1
}
screenshot of emtpy selector
I am not sure if the Page Template is the right place to put the code in, but I tried several other options (TS config files in different places like extensions) but I didn’t work out. Even an own site package containing a page TsConfig was of no help.
Does anyone know how to solve this? I am new to Typo3 to be honest…
chubert86 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.