From 2883c03e5efea4afa1fdefb9238424a78cc47892 Mon Sep 17 00:00:00 2001 From: Eric Harrer Date: Thu, 5 Dec 2024 11:50:52 +0100 Subject: [PATCH] [BUGFIX] Fix duplicate row identifiers --- .../_PageContentFetchingProcessor/_BackendLayout.tsconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DataProcessing/_PageContentFetchingProcessor/_BackendLayout.tsconfig b/Documentation/DataProcessing/_PageContentFetchingProcessor/_BackendLayout.tsconfig index 2891fd19f..29a7f5fd6 100644 --- a/Documentation/DataProcessing/_PageContentFetchingProcessor/_BackendLayout.tsconfig +++ b/Documentation/DataProcessing/_PageContentFetchingProcessor/_BackendLayout.tsconfig @@ -18,7 +18,7 @@ mod.web_layout.BackendLayouts { } } - 1 { + 2 { columns { 1 { name = Left @@ -38,4 +38,4 @@ mod.web_layout.BackendLayouts { } } } -} \ No newline at end of file +}