benjaminkott / benjaminkott/bootstrap_package
Why is container elements TS not referenced, but copy of lib.contentElement?
- Dominant language
- PHP
- Stars
- 355
- Forks
- 212
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 31
Description
https://github.com/benjaminkott/bootstrap_package/blob/6325cbb8c281733bd7d2c85ee1ea8339b6db7f3c/Configuration/TypoScript/Extension/Container/setup.typoscript#L206
https://github.com/benjaminkott/bootstrap_package/blob/6325cbb8c281733bd7d2c85ee1ea8339b6db7f3c/Configuration/TypoScript/ContentElement/Element/Text.typoscript#L1
# 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.