# Container Dummy
# default/general configuration (will add 'children_<colPos>' variable to processedData for each colPos in container
#tt_content.container-dummy < lib.contentElement
#tt_content.container-dummy {
#    templateName = ContainerDummy
#    templateRootPaths {
#        10 = EXT:hive_thm_custom/Resources/Private/Templates/Container
#    }
#    dataProcessing {
#        100 = B13\Container\DataProcessing\ContainerProcessor
#    }
#}

# if needed you can use ContainerProcessor with explicitly set colPos/variable values
#tt_content.container-dummy < lib.contentElement
#tt_content.container-dummy {
#    templateName = DummyContainer
#    templateRootPaths {
#        10 = EXT:hive_thm_custom/Resources/Private/Templates/Container
#    }
#    dataProcessing {
#        201 = B13\Container\DataProcessing\ContainerProcessor
#        201 {
#            colPos = 1001
#            as = children_1001
#        }
#        #...
#    }
#}