-
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.
* Correct indentation, * add names for confvals releases: main, 12.4, 11.5
- Loading branch information
Showing
14 changed files
with
396 additions
and
395 deletions.
There are no files selected for viewing
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,26 +1,26 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _columns-group-examples: | ||
.. include:: /Includes.rst.txt | ||
.. _columns-group-examples: | ||
|
||
======== | ||
Examples | ||
======== | ||
|
||
|
||
.. _tca_example_group_db_10: | ||
.. _tca_example_group_db_10: | ||
|
||
Group relation to a single page | ||
=============================== | ||
|
||
.. include:: /Images/Rst/GroupDb10.rst.txt | ||
.. include:: /Images/Rst/GroupDb10.rst.txt | ||
|
||
.. include:: /CodeSnippets/GroupDb10.rst.txt | ||
.. include:: /CodeSnippets/GroupDb10.rst.txt | ||
|
||
|
||
.. _tca_example_group_db_1: | ||
.. _tca_example_group_db_1: | ||
|
||
Group relation to be_groups and be_users | ||
======================================== | ||
|
||
.. include:: /Images/Rst/GroupDb1.rst.txt | ||
.. include:: /Images/Rst/GroupDb1.rst.txt | ||
|
||
.. include:: /CodeSnippets/GroupDb1.rst.txt | ||
.. include:: /CodeSnippets/GroupDb1.rst.txt |
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
38 changes: 19 additions & 19 deletions
38
Documentation/ColumnsConfig/Type/Group/Properties/Allowed.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,35 +1,35 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _columns-group-properties-allowed: | ||
.. include:: /Includes.rst.txt | ||
.. _columns-group-properties-allowed: | ||
|
||
======= | ||
allowed | ||
======= | ||
|
||
.. confval:: allowed | ||
.. confval:: allowed | ||
:name: group-allowed | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: string (list) | ||
:Scope: Proc. / Display | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] | ||
:type: string (list) | ||
:Scope: Proc. / Display | ||
A comma list of tables from :php:`$GLOBALS['TCA']`, for example "pages,be\_users". | ||
|
||
A comma list of tables from :php:`$GLOBALS['TCA']`, for example "pages,be\_users". | ||
.. note:: | ||
If the field is the foreign side of a bidirectional MM relation, only the first table is used and that | ||
must be the table of the records on the native side of the relation. | ||
|
||
.. note:: | ||
If the field is the foreign side of a bidirectional MM relation, only the first table is used and that | ||
must be the table of the records on the native side of the relation. | ||
|
||
.. note:: | ||
When using Extbase, you also need to fill | ||
:ref:`foreign_table <columns-group-properties-foreign-table>` | ||
property with the same table name as used in | ||
:ref:`allowed <columns-group-properties-allowed>` property | ||
(but with just one table name). | ||
.. note:: | ||
When using Extbase, you also need to fill | ||
:ref:`foreign_table <columns-group-properties-foreign-table>` | ||
property with the same table name as used in | ||
:ref:`allowed <columns-group-properties-allowed>` property | ||
(but with just one table name). | ||
|
||
Examples | ||
======== | ||
|
||
Group relation to be_groups and be_users | ||
---------------------------------------- | ||
|
||
.. include:: /Images/Rst/GroupDb1.rst.txt | ||
.. include:: /Images/Rst/GroupDb1.rst.txt | ||
|
||
.. include:: /CodeSnippets/GroupDb1.rst.txt | ||
.. include:: /CodeSnippets/GroupDb1.rst.txt |
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
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
34 changes: 17 additions & 17 deletions
34
Documentation/ColumnsConfig/Type/Group/Properties/FieldWizard.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,30 +1,30 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _group-fieldWizard: | ||
.. include:: /Includes.rst.txt | ||
.. _group-fieldWizard: | ||
|
||
=========== | ||
fieldWizard | ||
=========== | ||
|
||
For general fieldWizard documentation see :ref:`here <tca_property_fieldWizard>`. | ||
|
||
.. _tca_property_fieldWizard_recordsOverview: | ||
.. _tca_property_fieldWizard_recordsOverview: | ||
|
||
.. confval:: recordsOverview | ||
.. confval:: recordsOverview | ||
:name: group-recordsOverview | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] | ||
:type: array | ||
:Scope: fieldWizard | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] | ||
:type: array | ||
:Scope: fieldWizard | ||
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. | ||
.. _tca_property_fieldWizard_tableList: | ||
|
||
.. _tca_property_fieldWizard_tableList: | ||
.. confval:: tableList | ||
|
||
.. confval:: tableList | ||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] | ||
:type: array | ||
:Scope: fieldWizard | ||
|
||
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['fieldWizard'] | ||
:type: array | ||
:Scope: fieldWizard | ||
|
||
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. |
Oops, something went wrong.