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

                        rows {
                            2000 {
                                columns {
                                    1 {
                                        name = [2001] Header
                                        colPos = 2001
                                        colspan = 12
                                    }
                                }
                            }
                        }

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

                        rows {
                            2900 {
                                columns {
                                    1 {
                                        name = [2901] Footer :: TOP
                                        colPos = 2901
                                        colspan = 12
                                    }
                                }
                            }
                            2910 {
                                columns {
                                    1 {
                                        name = [2911] Footer :: BOTTOM :: LEFT
                                        colPos = 2911
                                        colspan = 6
                                    }
                                    2 {
                                        name = [2912] Footer :: BOTTOM :: CENTER
                                        colPos = 2912
                                        colspan = 6
                                    }
                                }
                            }
                        }

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