-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Overhaul fieldwizard and fieldcontroll
* Correct indentation, * add names for confvals releases: main, 12.4, 11.5
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
Documentation/ColumnsConfig/CommonProperties/FieldWizard/RecordsOverview.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
22 changes: 11 additions & 11 deletions
22
Documentation/ColumnsConfig/CommonProperties/FieldWizard/TableList.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |