diff --git a/Configuration/TSConfig/Page/BackendLayouts/default.tsconfig b/Configuration/TSConfig/Page/BackendLayouts/default.tsconfig index e2096f9..65c19a0 100644 --- a/Configuration/TSConfig/Page/BackendLayouts/default.tsconfig +++ b/Configuration/TSConfig/Page/BackendLayouts/default.tsconfig @@ -1,39 +1,39 @@ mod { - web_layout { - BackendLayouts { - default { - title = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:default - config { - backend_layout { - colCount = 1 - rowCount = 2 - rows { - 1 { - columns { - 1 { - name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.above_breadcrumbs - colPos = 1687238554 - disallowed { - CType = footer_content + web_layout { + BackendLayouts { + default { + title = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:default + config { + backend_layout { + colCount = 1 + rowCount = 2 + rows { + 1 { + columns { + 1 { + name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.above_breadcrumbs + colPos = 1687238554 + disallowed { + CType = footer_content + } + } + } + } + 2 { + columns { + 1 { + name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.main + colPos = 0 + disallowed { + CType = footer_content + } + } + } + } + } } - } } - } - 2 { - columns { - 1 { - name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.main - colPos = 0 - disallowed { - CType = footer_content - } - } - } - } } - } } - } } - } } diff --git a/Configuration/TSConfig/Page/BackendLayouts/root.tsconfig b/Configuration/TSConfig/Page/BackendLayouts/root.tsconfig index 9b26928..8e2c726 100644 --- a/Configuration/TSConfig/Page/BackendLayouts/root.tsconfig +++ b/Configuration/TSConfig/Page/BackendLayouts/root.tsconfig @@ -1,40 +1,40 @@ mod { - web_layout { - BackendLayouts { - root { - title = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:root - config { - backend_layout { - colCount = 1 - rowCount = 2 - rows { - 1 { - columns { - 1 { - name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.main - colPos = 0 - disallowed { - CType = footer_content + web_layout { + BackendLayouts { + root { + title = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:root + config { + backend_layout { + colCount = 1 + rowCount = 2 + rows { + 1 { + columns { + 1 { + name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.main + colPos = 0 + disallowed { + CType = footer_content + } + } + } + } + 2 { + columns { + 1 { + name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.footer + colPos = 1687238527 + allowed { + CType = footer_content + } + maxitems = 1 + } + } + } + } } - } } - } - 2 { - columns { - 1 { - name = LLL:EXT:rmnd_headless/Resources/Private/Language/locallang_bl.xlf:column.footer - colPos = 1687238527 - allowed { - CType = footer_content - } - maxitems = 1 - } - } - } } - } } - } } - } }