b13 / bolt

Easier integrations for TYPO3 sites
GNU General Public License v2.0
27 stars 13 forks source link

Permit to override TypoScript #15

Closed asakurayoh closed 3 years ago

asakurayoh commented 3 years ago

We came across a problem in our site. Bolt load the TypoScript completely at the end of the chain, so any template added on a page can't override TypoScript defined... Is that wished? I think bolt should load the TypoScript before the templates defined on a page... in first... Now If I want to override something, I need a condition in the site TypoScript...

Thanks.

achimfritz commented 3 years ago

that is wished. no TS in DB, use condition in TS-File

ftrojahn commented 2 years ago

Just wanted to let you know, that we sadly had to abandon the use of ext:bolt in a large multisite project. We found no way to let support people set e.g. pageids per Domain in TYPO3 backend. Neither by constant editor nor by editing custom settings added in siteconfig.

georgringer commented 11 months ago

see https://github.com/b13/bolt/pull/38, should now work again