From fb7238faa1f64128af052493e4390e9dfd41cea7 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 26 Mar 2024 17:27:45 +0100 Subject: [PATCH] [TASK] Overhaul fieldwizard and fieldcontroll * Correct indentation, * add names for confvals releases: main, 12.4, 11.5 --- .../FieldWizard/RecordsOverview.rst | 22 +++++++++---------- .../FieldWizard/TableList.rst | 22 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/RecordsOverview.rst b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/RecordsOverview.rst index fd222661..83c77a71 100644 --- a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/RecordsOverview.rst +++ b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/RecordsOverview.rst @@ -1,18 +1,18 @@ -.. include:: /Includes.rst.txt -.. _tca_property_fieldWizard_recordsOverview: +.. include:: /Includes.rst.txt +.. _tca_property_fieldWizard_recordsOverview: =============== recordsOverview =============== -.. confval:: recordsOverview +.. confval:: recordsOverview + :name: fieldWizard-fieldWizard-selectIcons + :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] + :type: array + :Scope: fieldWizard + :Types: :ref:`group ` - :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] - :type: array - :Scope: fieldWizard - :Types: :ref:`group ` + **Only with internal\_type='db'** - **Only with internal\_type='db'** - - Render an overview of the selected records with correct icon and click menu and title. Allows to - perform actions on the selected records directly. Links the record title to a direct editing form. + Render an overview of the selected records with correct icon and click menu and title. Allows to + perform actions on the selected records directly. Links the record title to a direct editing form. diff --git a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/TableList.rst b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/TableList.rst index 2b20f16e..759f1c20 100644 --- a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/TableList.rst +++ b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/TableList.rst @@ -1,18 +1,18 @@ -.. include:: /Includes.rst.txt -.. _tca_property_fieldWizard_tableList: +.. include:: /Includes.rst.txt +.. _tca_property_fieldWizard_tableList: ========= tableList ========= -.. confval:: tableList +.. confval:: tableList + :name: fieldWizard-tableList + :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] + :type: array + :Scope: fieldWizard + :Types: :ref:`group ` - :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] - :type: array - :Scope: fieldWizard - :Types: :ref:`group ` + **Only with internal\_type='db'** - **Only with internal\_type='db'** - - Render a list of allowed tables and link to element browser. This field wizard is enabled by default. - This wizard allows to easily select records from a popup. + Render a list of allowed tables and link to element browser. This field wizard is enabled by default. + This wizard allows to easily select records from a popup.