mod.web_layout.BackendLayouts {
    left_col_fix {
        title = Colonne de gauche fixe
        config {
            backend_layout {
                colCount = 2
                rowCount = 1
                rows {
                    1 {
                        columns {
                            1 {
                                name = Colonne fixe
                                colPos = 1
                            }
                            2 {
                                name = Normal
                                colPos = 0
                            }
                        }
                    }
                }
            }
        }
        icon = EXT:bootstrap_package/Resources/Public/Icons/BackendLayouts/subnavigation_left.svg
    }
}