From 03da00129cbc66f06aec9a294bdaa983c512e119 Mon Sep 17 00:00:00 2001 From: Michael Kessler <michael.kessler@sgalinski.de> Date: Thu, 24 Mar 2022 10:44:15 +0100 Subject: [PATCH] [TASK] Add layout setting to overview flexform --- Configuration/FlexForms/Overview.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Configuration/FlexForms/Overview.xml b/Configuration/FlexForms/Overview.xml index dd1edfb..23ce498 100644 --- a/Configuration/FlexForms/Overview.xml +++ b/Configuration/FlexForms/Overview.xml @@ -201,6 +201,25 @@ </config> </TCEforms> </settings.sortDirection> + <settings.layout> + <TCEforms> + <label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout</label> + <config> + <type>select</type> + <renderType>selectSingle</renderType> + <items> + <numIndex index="0"> + <numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.1</numIndex> + <numIndex index="1">1</numIndex> + </numIndex> + <numIndex index="1"> + <numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.layout.2</numIndex> + <numIndex index="1">2</numIndex> + </numIndex> + </items> + </config> + </TCEforms> + </settings.layout> </el> </ROOT> </main> -- GitLab