Add ext:container to replace gridelements in the long run

This commit is contained in:
Björn Fromme
2021-08-24 17:51:13 +02:00
parent 75e34f5d85
commit 2cb828e7e1
5 changed files with 182 additions and 122 deletions
@@ -0,0 +1,10 @@
tt_content.ep_container_thirds =< lib.contentElement
tt_content.ep_container_thirds {
templateName = Thirds
templateRootPaths {
10 = EXT:ep_theme/Resources/Private/Templates/Container
}
dataProcessing {
100 = B13\Container\DataProcessing\ContainerProcessor
}
}