Skip to content

Commit

Permalink
[TASK] Overhaul fieldwizard and fieldcontroll
Browse files Browse the repository at this point in the history
* Correct indentation,
* add names for confvals

releases: main, 12.4, 11.5
  • Loading branch information
linawolf committed Mar 26, 2024
1 parent 0a651ef commit fb7238f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -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 <columns-group>`

:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard']
:type: array
:Scope: fieldWizard
:Types: :ref:`group <columns-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.
Original file line number Diff line number Diff line change
@@ -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 <columns-group>`

:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard']
:type: array
:Scope: fieldWizard
:Types: :ref:`group <columns-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.

0 comments on commit fb7238f

Please sign in to comment.