We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap_package/Configuration/TypoScript/Extension/Container/setup.typoscript
Line 206 in 6325cbb
bootstrap_package/Configuration/TypoScript/ContentElement/Element/Text.typoscript
Line 1 in 6325cbb
tt_content.text =< lib.contentElement tt_content.text { templateName = Text }
lib.contentContainer < lib.contentElement lib.contentContainer { templateName = Container dataProcessing { 1628519620 = B13\Container\DataProcessing\ContainerProcessor } } tt_content.container_1_columns < lib.contentContainer tt_content.container_2_columns < lib.contentContainer tt_content.container_2_columns_right < lib.contentContainer tt_content.container_2_columns_left < lib.contentContainer tt_content.container_3_columns < lib.contentContainer tt_content.container_4_columns < lib.contentContainer
The text was updated successfully, but these errors were encountered:
the standard procedure for overriding template paths is broken here.
Sorry, something went wrong.
No branches or pull requests
bootstrap_package/Configuration/TypoScript/Extension/Container/setup.typoscript
Line 206 in 6325cbb
bootstrap_package/Configuration/TypoScript/ContentElement/Element/Text.typoscript
Line 1 in 6325cbb
CTYPE: TEXT
tt_content.text =< lib.contentElement
tt_content.text {
templateName = Text
}
CONTAINER CONFIG
lib.contentContainer < lib.contentElement
lib.contentContainer {
templateName = Container
dataProcessing {
1628519620 = B13\Container\DataProcessing\ContainerProcessor
}
}
tt_content.container_1_columns < lib.contentContainer
tt_content.container_2_columns < lib.contentContainer
tt_content.container_2_columns_right < lib.contentContainer
tt_content.container_2_columns_left < lib.contentContainer
tt_content.container_3_columns < lib.contentContainer
tt_content.container_4_columns < lib.contentContainer
The text was updated successfully, but these errors were encountered: