############################################
#### BACKENDLAYOUT: CustomContainerPage ####
#### ColPos Range: 2000-2999            ####
############################################
mod {
    web_layout {
        BackendLayouts {
            CustomContainerPage {
                title = Page :: Custom :: container Backend Layout
                config {
                    backend_layout {
                        colCount = 12
                        rowCount = 2999

                        rows {
                            2100 {
                                columns {
                                    1 {
                                        name = [2101] Content
                                        colPos = 2101
                                        colspan = 12
                                    }
                                }
                            }
                        }

                    }
                }
                icon = EXT:hive_thm_custom/Resources/Public/BackendLayouts/Images/container_page.gif
            }
        }
    }
}