You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As written in the templating manual using static TypoScript is ideal for multi-domain sites using multiple template collections. But FluxService::getViewConfigurationForExtensionName() always returns at least the default template paths for a provider extension and thus every page template (page layout) is available on every page in page tree whether or not the static TypoScript of a provider extension is included or not.
The text was updated successfully, but these errors were encountered:
As a workaround you can use always-included false defaults and set the paths to an extension which doesn't provide templates for fluidcontent/fluidpages like flux:
To overwrite the default values generated in FluxService->getDefaultViewConfigurationForExtensionKey() you have to use the same index .10 both in myprovider/ext_localconf.php and in your static TS (myprovider/Configuration/TypoScript/setup.txt).
As written in the templating manual using static TypoScript is ideal for multi-domain sites using multiple template collections. But FluxService::getViewConfigurationForExtensionName() always returns at least the default template paths for a provider extension and thus every page template (page layout) is available on every page in page tree whether or not the static TypoScript of a provider extension is included or not.
The text was updated successfully, but these errors were encountered: