From 65866cd371f05ab276a60bb8f6072d51c91068e2 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Fri, 9 Aug 2024 18:28:00 +0200 Subject: [PATCH 1/2] [TASK] Use glob for includes --- .../ColumnsConfig/Type/Category/Index.rst | 42 +--------- .../ColumnsConfig/Type/Check/Index.rst | 39 +--------- .../ColumnsConfig/Type/Color/Index.rst | 39 +--------- .../ColumnsConfig/Type/Datetime/Index.rst | 46 +---------- .../ColumnsConfig/Type/Email/Index.rst | 33 +------- .../ColumnsConfig/Type/File/Index.rst | 30 +------ .../ColumnsConfig/Type/Flex/Index.rst | 18 +---- .../ColumnsConfig/Type/Folder/Index.rst | 38 +-------- .../ColumnsConfig/Type/Group/Index.rst | 76 +----------------- .../_AllowLanguageSynchronization.rst.txt | 2 + .../Group/_Properties/_AutoSizeMax.rst.txt | 2 +- .../Type/Group/_Properties/_Default.rst.txt | 10 +++ .../_DontRemapTablesOnCopy.rst.txt | 2 + .../_Properties/_FieldInformation.rst.txt | 2 + ...lizeReferencesAtParentLocalization.rst.txt | 1 + .../Type/Group/_Properties/_Maxitems.rst.txt | 1 + .../Type/Group/_Properties/_Minitems.rst.txt | 1 + .../Type/Group/_Properties/_Multiple.rst.txt | 1 + .../Type/Group/_Properties/_ReadOnly.rst.txt | 2 + .../Type/ImageManipulation/Index.rst | 24 +----- .../ColumnsConfig/Type/Inline/Index.rst | 71 +---------------- .../Inline/_Properties/_Behaviour.rst.txt | 2 + .../Type/Inline/_Properties/_Maxitems.rst.txt | 2 + .../Type/Inline/_Properties/_Minitems.rst.txt | 2 + .../ColumnsConfig/Type/Input/Index.rst | 57 +------------- .../ColumnsConfig/Type/Json/Index.rst | 14 +++- .../ColumnsConfig/Type/Json/Properties.rst | 48 ------------ .../ColumnsConfig/Type/Link/Index.rst | 49 +----------- .../ColumnsConfig/Type/None/Index.rst | 13 +--- .../ColumnsConfig/Type/Number/Index.rst | 45 +---------- .../ColumnsConfig/Type/Password/Index.rst | 45 +---------- .../ColumnsConfig/Type/Radio/Index.rst | 3 +- .../Type/Select/MultipleSideBySide/Index.rst | 75 +----------------- .../Type/Select/Single/Index.rst | 78 +------------------ .../Type/Select/SingleBox/Index.rst | 78 +------------------ .../ColumnsConfig/Type/Select/Tree/Index.rst | 72 +---------------- .../ColumnsConfig/Type/Slug/Index.rst | 15 +--- .../Type/Text/BeLayoutWizard/Index.rst | 9 +-- .../ColumnsConfig/Type/Text/Default/Index.rst | 66 +--------------- .../Type/Text/T3Editor/Index.rst | 24 +----- .../Type/Text/TextTable/Index.rst | 46 +---------- .../ColumnsConfig/Type/Uuid/Index.rst | 17 +--- 42 files changed, 97 insertions(+), 1143 deletions(-) create mode 100644 Documentation/ColumnsConfig/Type/Group/_Properties/_Default.rst.txt delete mode 100644 Documentation/ColumnsConfig/Type/Json/Properties.rst diff --git a/Documentation/ColumnsConfig/Type/Category/Index.rst b/Documentation/ColumnsConfig/Type/Category/Index.rst index 75b3d09e..94e76b5c 100644 --- a/Documentation/ColumnsConfig/Type/Category/Index.rst +++ b/Documentation/ColumnsConfig/Type/Category/Index.rst @@ -48,50 +48,12 @@ Properties of the TCA column type `category` ============================================ .. confval-menu:: + :name: category :display: table :type: :Scope: - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_ExclusiveKeys.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableItemGroup.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTablePrefix.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableWhere.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemGroups.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Relationship.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_TreeConfig.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. toctree:: diff --git a/Documentation/ColumnsConfig/Type/Check/Index.rst b/Documentation/ColumnsConfig/Type/Check/Index.rst index d2eb9e58..7e7f5556 100644 --- a/Documentation/ColumnsConfig/Type/Check/Index.rst +++ b/Documentation/ColumnsConfig/Type/Check/Index.rst @@ -13,6 +13,7 @@ TCA column type `check` A developer does not need to define this field in an extension's :file:`ext_tables.sql` file. +.. _columns-check-introduction: Introduction ============ @@ -37,8 +38,6 @@ details please see: :ref:`selectCheckBox-check-compared`. .. include:: /Images/Rst/Checkbox19.rst.txt .. include:: /Images/Rst/Checkbox17.rst.txt -.. _columns-check-introduction: - .. warning:: Resorting the 'items' of a type='check' config results in single items moving to different bit positions. It might be required to migrate existing field data if doing so. @@ -58,44 +57,12 @@ Properties of the TCA column type `check` ========================================= .. confval-menu:: + :name: check :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Cols.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_Eval.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_InvertStateDisplay.rst.txt - :show-buttons: - - .. include:: _Properties/_Items.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemsProcFunc.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_RenderType.rst.txt - :show-buttons: - - .. include:: _Properties/_Validation.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. toctree:: diff --git a/Documentation/ColumnsConfig/Type/Color/Index.rst b/Documentation/ColumnsConfig/Type/Color/Index.rst index 19a37e17..a4d9f314 100644 --- a/Documentation/ColumnsConfig/Type/Color/Index.rst +++ b/Documentation/ColumnsConfig/Type/Color/Index.rst @@ -52,47 +52,12 @@ Properties of the TCA column type `color` ========================================= .. confval-menu:: + :name: color :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Opacity.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_ValuePicker.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-color-migration: diff --git a/Documentation/ColumnsConfig/Type/Datetime/Index.rst b/Documentation/ColumnsConfig/Type/Datetime/Index.rst index 7c8a8467..1ca0d557 100644 --- a/Documentation/ColumnsConfig/Type/Datetime/Index.rst +++ b/Documentation/ColumnsConfig/Type/Datetime/Index.rst @@ -53,56 +53,14 @@ Properties of the TCA column type `datetime` ============================================ .. confval-menu:: + :name: datetime :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - .. include:: _Properties/_DbType.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_DisableAgeDisplay.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Format.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_Range.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Softref.rst.txt - :show-buttons: - - .. _columns-datetime-migration: Migration diff --git a/Documentation/ColumnsConfig/Type/Email/Index.rst b/Documentation/ColumnsConfig/Type/Email/Index.rst index 96245bae..c234010a 100644 --- a/Documentation/ColumnsConfig/Type/Email/Index.rst +++ b/Documentation/ColumnsConfig/Type/Email/Index.rst @@ -29,41 +29,12 @@ Properties of the TCA column type `email` ========================================= .. confval-menu:: + :name: email :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Autocomplete.rst.txt - :show-buttons: - - .. include:: _Properties/_Eval.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. note:: diff --git a/Documentation/ColumnsConfig/Type/File/Index.rst b/Documentation/ColumnsConfig/Type/File/Index.rst index 5e4a0cb1..c3f27f82 100644 --- a/Documentation/ColumnsConfig/Type/File/Index.rst +++ b/Documentation/ColumnsConfig/Type/File/Index.rst @@ -38,38 +38,12 @@ Properties of the TCA column type `file` ======================================== .. confval-menu:: + :name: file :display: table :type: :Scope: - .. include:: _Properties/_Allowed.rst.txt - :show-buttons: - - .. include:: _Properties/_Appearance.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_Disallowed.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_OverrideChildTCa.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-file-migration: diff --git a/Documentation/ColumnsConfig/Type/Flex/Index.rst b/Documentation/ColumnsConfig/Type/Flex/Index.rst index 7536351c..e136783f 100644 --- a/Documentation/ColumnsConfig/Type/Flex/Index.rst +++ b/Documentation/ColumnsConfig/Type/Flex/Index.rst @@ -41,26 +41,12 @@ Properties of the TCA column type `flex` :ref:`Events ` to replace their logic if needed. .. confval-menu:: + :name: flex :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Ds.rst.txt - :show-buttons: - - .. include:: _Properties/_DsPointerField.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Folder/Index.rst b/Documentation/ColumnsConfig/Type/Folder/Index.rst index 9a42049b..2b002c56 100644 --- a/Documentation/ColumnsConfig/Type/Folder/Index.rst +++ b/Documentation/ColumnsConfig/Type/Folder/Index.rst @@ -47,44 +47,10 @@ Properties of the TCA column type `folder` ========================================== .. confval-menu:: + :name: folder :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_ElementBrowserEntryPoints.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_HideMoveIcons.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - diff --git a/Documentation/ColumnsConfig/Type/Group/Index.rst b/Documentation/ColumnsConfig/Type/Group/Index.rst index 13324243..664702f2 100644 --- a/Documentation/ColumnsConfig/Type/Group/Index.rst +++ b/Documentation/ColumnsConfig/Type/Group/Index.rst @@ -48,87 +48,15 @@ You can read more on how data is structured in :ref:`columns-group-data` chapter .. _columns-group-properties: .. _columns-group-properties-type: -.. _columns-group-properties-autosizemax: -.. _columns-group-properties-behaviour: -.. _columns-group-properties-default: -.. _columns-group-properties-dontremaptablesoncopy: -.. _columns-group-properties-fieldInformation: -.. _columns-group-properties-localizereferencesatparentlocalization: -.. _columns-group-properties-max-size: -.. _columns-group-properties-maxitems: -.. _columns-group-properties-minitems: -.. _columns-group-properties-multiple: -.. _columns-group-properties-readOnly: -.. _columns-group-properties-internal-type: Properties of the TCA column type `group` ========================================== .. confval-menu:: + :name: group :display: table :type: :Scope: - .. include:: _Properties/_Allowed.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_DontRemapTablesOnCopy.rst.txt - :show-buttons: - - .. include:: _Properties/_ElementBrowserEntryPoints.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Filter.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_HideMoveIcons.rst.txt - :show-buttons: - - .. include:: _Properties/_HideSuggest.rst.txt - :show-buttons: - - .. include:: _Properties/_LocalizeReferencesAtParentLocalization.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_PrependTname.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_SuggestOptions.rst.txt - :show-buttons: - diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_AllowLanguageSynchronization.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_AllowLanguageSynchronization.rst.txt index 1f1302e8..77e38126 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_AllowLanguageSynchronization.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_AllowLanguageSynchronization.rst.txt @@ -1,3 +1,5 @@ +.. _columns-group-properties-behaviour: + .. confval:: behaviour :name: group-behaviour diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_AutoSizeMax.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_AutoSizeMax.rst.txt index 0eb93224..06da5035 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_AutoSizeMax.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_AutoSizeMax.rst.txt @@ -1,5 +1,5 @@ +.. _columns-group-properties-autosizemax: .. _tca_property_autoSizeMax: -.. _columns-inline-properties-autosizemax: .. confval:: autoSizeMax :name: group-autoSizeMax diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_Default.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_Default.rst.txt new file mode 100644 index 00000000..8ac3fff4 --- /dev/null +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_Default.rst.txt @@ -0,0 +1,10 @@ +.. _columns-group-properties-default: + +.. confval:: default + :name: group-default + :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] + :type: string + :Scope: Display / Proc. + + Default value set if a new record is created. If empty, the first element in + the items array is selected. diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_DontRemapTablesOnCopy.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_DontRemapTablesOnCopy.rst.txt index eab02423..a06368a3 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_DontRemapTablesOnCopy.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_DontRemapTablesOnCopy.rst.txt @@ -1,3 +1,5 @@ +.. _columns-group-properties-dontremaptablesoncopy: + .. _tca_property_dontRemapTablesOnCopy: .. confval:: dontRemapTablesOnCopy diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_FieldInformation.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_FieldInformation.rst.txt index 871d20e5..91c3e810 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_FieldInformation.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_FieldInformation.rst.txt @@ -1,3 +1,5 @@ +.. _columns-group-properties-fieldInformation: + .. confval:: fieldInformation :name: group-fieldInformation diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_LocalizeReferencesAtParentLocalization.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_LocalizeReferencesAtParentLocalization.rst.txt index 5cfda46f..6406cf62 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_LocalizeReferencesAtParentLocalization.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_LocalizeReferencesAtParentLocalization.rst.txt @@ -1,3 +1,4 @@ +.. _columns-group-properties-localizereferencesatparentlocalization: .. _tca_property_localizeReferencesAtParentLocalization: .. confval:: localizeReferencesAtParentLocalization diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_Maxitems.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_Maxitems.rst.txt index aef490d5..e34556a2 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_Maxitems.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_Maxitems.rst.txt @@ -1,3 +1,4 @@ +.. _columns-group-properties-maxitems: .. _tca_property_maxitems: .. confval:: maxitems diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_Minitems.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_Minitems.rst.txt index bdcbfa55..195b0bfe 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_Minitems.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_Minitems.rst.txt @@ -1,3 +1,4 @@ +.. _columns-group-properties-minitems: .. _tca_property_minitems: .. confval:: minitems :name: group-minitems diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_Multiple.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_Multiple.rst.txt index 0a1f29c1..b69ee179 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_Multiple.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_Multiple.rst.txt @@ -1,3 +1,4 @@ +.. _columns-group-properties-multiple: .. _tca_property_multiple: .. confval:: multiple diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_ReadOnly.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_ReadOnly.rst.txt index 1866d960..47002d47 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_ReadOnly.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_ReadOnly.rst.txt @@ -1,3 +1,5 @@ +.. _columns-group-properties-readOnly: + .. confval:: readOnly :name: group-readOnly :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']['readOnly'] diff --git a/Documentation/ColumnsConfig/Type/ImageManipulation/Index.rst b/Documentation/ColumnsConfig/Type/ImageManipulation/Index.rst index f921774e..7413aa3d 100644 --- a/Documentation/ColumnsConfig/Type/ImageManipulation/Index.rst +++ b/Documentation/ColumnsConfig/Type/ImageManipulation/Index.rst @@ -32,32 +32,12 @@ Properties of the TCA column type `imageManipulation` ===================================================== .. confval-menu:: + :name: imageManipulation :display: table :type: :Scope: - .. include:: _Properties/_AllowedExtensions.rst.txt - :show-buttons: - - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_CropVariants.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FileField.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-imagemanipulation-crop-variant: diff --git a/Documentation/ColumnsConfig/Type/Inline/Index.rst b/Documentation/ColumnsConfig/Type/Inline/Index.rst index 8163614a..e3dc40a5 100644 --- a/Documentation/ColumnsConfig/Type/Inline/Index.rst +++ b/Documentation/ColumnsConfig/Type/Inline/Index.rst @@ -59,82 +59,15 @@ and field properties in the TCA such as "placeholder" to set this up. .. _columns-inline-properties: .. _columns-inline-properties-type: -.. _columns-inline-properties-behaviour: -.. _columns-inline-properties-maxitems: -.. _columns-inline-properties-minitems: -.. _columns-inline-properties-mm-match-fields: Properties of the TCA column type `inline` ========================================== - .. confval-menu:: + :name: inline :display: table :type: :Scope: - .. include:: _Properties/_Appearance.rst.txt - :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_CustomControls.rst.txt - :show-buttons: - - .. include:: _Properties/_Filter.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignDefaultSortby.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignField.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignLabel.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignMatchFields.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignSelector.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignSortby.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableField.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignUnique.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_OverrideChildTCa.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_SymmetricField.rst.txt - :show-buttons: - - .. include:: _Properties/_SymmetricLabel.rst.txt - :show-buttons: - - .. include:: _Properties/_SymmetricSortby.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt index 35c85872..3ace7b8d 100644 --- a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt +++ b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt @@ -1,6 +1,8 @@ .. confval:: behaviour :name: inline-behaviour + .. _columns-inline-properties-behaviour: + .. confval:: allowLanguageSynchronization :type: boolean :name: inline-behaviour-allowLanguageSynchronization diff --git a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Maxitems.rst.txt b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Maxitems.rst.txt index 92690d7e..884a6b2d 100644 --- a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Maxitems.rst.txt +++ b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Maxitems.rst.txt @@ -1,3 +1,5 @@ +.. _columns-inline-properties-maxitems: + .. confval:: maxitems :name: inline-maxitems :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] diff --git a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Minitems.rst.txt b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Minitems.rst.txt index 5cd31188..21c70b33 100644 --- a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Minitems.rst.txt +++ b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Minitems.rst.txt @@ -1,3 +1,5 @@ +.. _columns-inline-properties-minitems: + .. confval:: minitems :name: inline-minitems :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] diff --git a/Documentation/ColumnsConfig/Type/Input/Index.rst b/Documentation/ColumnsConfig/Type/Input/Index.rst index b379a42c..e0135f48 100644 --- a/Documentation/ColumnsConfig/Type/Input/Index.rst +++ b/Documentation/ColumnsConfig/Type/Input/Index.rst @@ -71,65 +71,12 @@ Properties of the TCA column type `input` ============================================ .. confval-menu:: + :name: input :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Autocomplete.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_Eval.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_IsIn.rst.txt - :show-buttons: - - .. include:: _Properties/_Max.rst.txt - :show-buttons: - - .. include:: _Properties/_Min.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_Softref.rst.txt - :show-buttons: - - .. include:: _Properties/_ValuePicker.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-input-eval: diff --git a/Documentation/ColumnsConfig/Type/Json/Index.rst b/Documentation/ColumnsConfig/Type/Json/Index.rst index 3738e7a0..289b3363 100644 --- a/Documentation/ColumnsConfig/Type/Json/Index.rst +++ b/Documentation/ColumnsConfig/Type/Json/Index.rst @@ -27,8 +27,16 @@ JSON for the input of additional HTTP request header data: .. include:: _Examples/SysWebHook.rst.php +.. _columns-json-properties: -.. toctree:: - :titlesonly: +Properties of the TCA column type `json` +======================================== - Properties +.. confval-menu:: + :name: json + :display: table + :type: + :Scope: + + .. include:: _Properties/_*.rst.txt + :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Json/Properties.rst b/Documentation/ColumnsConfig/Type/Json/Properties.rst deleted file mode 100644 index c5cf00f7..00000000 --- a/Documentation/ColumnsConfig/Type/Json/Properties.rst +++ /dev/null @@ -1,48 +0,0 @@ -:navigation-title: Properties -.. include:: /Includes.rst.txt -.. _columns-json-properties: - -===================== -Json field properties -===================== - -Since the TCA type `language` is mostly based on the `type=select` internally, most -of the associated TCA and TSconfig options can still be applied. This includes -for example the `selectIcons` field wizard, as well as the :typoscript:`keepItems` -and :typoscript:`removeItems` page TSconfig options. - -.. confval-menu:: - :name: columns-json - :display: table - :type: - :default: - - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Cols.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_EnableCodeEditor.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Rows.rst.txt - :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Link/Index.rst b/Documentation/ColumnsConfig/Type/Link/Index.rst index 17f637d0..3624d374 100644 --- a/Documentation/ColumnsConfig/Type/Link/Index.rst +++ b/Documentation/ColumnsConfig/Type/Link/Index.rst @@ -35,59 +35,14 @@ Properties of the TCA column type `link` ======================================== .. confval-menu:: + :name: link :display: table :type: :Scope: - .. include:: _Properties/_AllowedTypes.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Appearance.rst.txt - :show-buttons: - - .. include:: _Properties/_Autocomplete.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_ValuePicker.rst.txt - :show-buttons: - - .. note:: The softref definition :php:`softref=typolink` is automatically applied diff --git a/Documentation/ColumnsConfig/Type/None/Index.rst b/Documentation/ColumnsConfig/Type/None/Index.rst index f1d0d23b..0eb141c9 100644 --- a/Documentation/ColumnsConfig/Type/None/Index.rst +++ b/Documentation/ColumnsConfig/Type/None/Index.rst @@ -58,19 +58,10 @@ Properties of the TCA column type `none` ======================================== .. confval-menu:: + :name: none :display: table :type: :Scope: - .. include:: _Properties/_FieldInformation.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - - .. include:: _Properties/_Format.rst.txt - :show-buttons: - - .. include:: _Properties/_PassContent.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - diff --git a/Documentation/ColumnsConfig/Type/Number/Index.rst b/Documentation/ColumnsConfig/Type/Number/Index.rst index 013b0ce2..c4ee96e6 100644 --- a/Documentation/ColumnsConfig/Type/Number/Index.rst +++ b/Documentation/ColumnsConfig/Type/Number/Index.rst @@ -35,53 +35,12 @@ Properties of the TCA column type `number` ========================================= .. confval-menu:: + :name: number :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Autocomplete.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Format.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Range.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_Slider.rst.txt - :show-buttons: - - .. include:: _Properties/_ValuePicker.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-number-migration: diff --git a/Documentation/ColumnsConfig/Type/Password/Index.rst b/Documentation/ColumnsConfig/Type/Password/Index.rst index 8929beb6..7a56ddba 100644 --- a/Documentation/ColumnsConfig/Type/Password/Index.rst +++ b/Documentation/ColumnsConfig/Type/Password/Index.rst @@ -58,53 +58,12 @@ Properties of the TCA column type `password` ============================================ .. confval-menu:: + :name: password :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Autocomplete.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Hashed.rst.txt - :show-buttons: - - .. include:: _Properties/_Mode.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_PasswordGenerator.rst.txt - :show-buttons: - - .. include:: _Properties/_PasswordPolicy.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-password-migration: diff --git a/Documentation/ColumnsConfig/Type/Radio/Index.rst b/Documentation/ColumnsConfig/Type/Radio/Index.rst index b3e39cab..78a75015 100644 --- a/Documentation/ColumnsConfig/Type/Radio/Index.rst +++ b/Documentation/ColumnsConfig/Type/Radio/Index.rst @@ -33,9 +33,10 @@ Properties of the TCA column type `radio` ========================================= .. confval-menu:: + :name: radio :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Index.rst b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Index.rst index 713d1261..4e70b879 100644 --- a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Index.rst +++ b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/Index.rst @@ -36,81 +36,10 @@ Properties of the TCA column type `select` with renderType `selectMultipleSideBy ===================================================================================== .. confval-menu:: + :name: selectMultipleSideBySide :display: table :type: :Scope: - .. include:: _Properties/_AllowNonIdValues.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthMode.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthModeEnforce.rst.txt - :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_DbFieldLength.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_DisableNonMatchingValueElement.rst.txt - :show-buttons: - - .. include:: _Properties/_ExclusiveKeys.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FileFolderConfig.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTablePrefix.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableWhere.rst.txt - :show-buttons: - - .. include:: _Properties/_Items.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemsProcFunc.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_MultiSelectFilterItems.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Select/Single/Index.rst b/Documentation/ColumnsConfig/Type/Select/Single/Index.rst index 36829655..1b7888ac 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/Index.rst +++ b/Documentation/ColumnsConfig/Type/Select/Single/Index.rst @@ -56,84 +56,10 @@ Properties of the TCA column type `select` with renderType `selectSingle` ========================================================================= .. confval-menu:: + :name: selectSingle :display: table :type: :Scope: - .. include:: _Properties/_AllowNonIdValues.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthMode.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthModeEnforce.rst.txt - :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_DbFieldLength.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_DisableNonMatchingValueElement.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FileFolderConfig.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableItemGroup.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTablePrefix.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableWhere.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemGroups.rst.txt - :show-buttons: - - .. include:: _Properties/_Items.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemsProcFunc.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_SortItems.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/Index.rst b/Documentation/ColumnsConfig/Type/Select/SingleBox/Index.rst index e9e32953..9687f5af 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/Index.rst +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/Index.rst @@ -33,84 +33,10 @@ Properties of the TCA column type `select` with renderType `selectSingleBox` ============================================================================ .. confval-menu:: + :name: selectSingleBox :display: table :type: :Scope: - .. include:: _Properties/_AllowNonIdValues.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthMode.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthModeEnforce.rst.txt - :show-buttons: - - .. include:: _Properties/_AutoSizeMax.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_DbFieldLength.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_DisableNonMatchingValueElement.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FileFolderConfig.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableItemGroup.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTablePrefix.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableWhere.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemGroups.rst.txt - :show-buttons: - - .. include:: _Properties/_Items.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemsProcFunc.rst.txt - :show-buttons: - - .. include:: _Properties/_LocalizeReferencesAtParentLocalization.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/Index.rst b/Documentation/ColumnsConfig/Type/Select/Tree/Index.rst index 7933d1e8..0e6792a9 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/Index.rst +++ b/Documentation/ColumnsConfig/Type/Select/Tree/Index.rst @@ -41,78 +41,10 @@ Properties of the TCA column type `select` with renderType `selectTree` ======================================================================= .. confval-menu:: + :name: selectTree :display: table :type: :Scope: - .. include:: _Properties/_AllowNonIdValues.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthMode.rst.txt - :show-buttons: - - .. include:: _Properties/_AuthModeEnforce.rst.txt - :show-buttons: - - .. include:: _Properties/_Behaviour.rst.txt - :show-buttons: - - .. include:: _Properties/_DbFieldLength.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_DisableNonMatchingValueElement.rst.txt - :show-buttons: - - .. include:: _Properties/_ExclusiveKeys.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FileFolderConfig.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTable.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableItemGroup.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTablePrefix.rst.txt - :show-buttons: - - .. include:: _Properties/_ForeignTableWhere.rst.txt - :show-buttons: - - .. include:: _Properties/_Items.rst.txt - :show-buttons: - - .. include:: _Properties/_ItemsProcFunc.rst.txt - :show-buttons: - - .. include:: _Properties/_Maxitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Minitems.rst.txt - :show-buttons: - - .. include:: _Properties/_Mm.rst.txt - :show-buttons: - - .. include:: _Properties/_Multiple.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_TreeConfig.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Slug/Index.rst b/Documentation/ColumnsConfig/Type/Slug/Index.rst index 7f06a490..2136709b 100644 --- a/Documentation/ColumnsConfig/Type/Slug/Index.rst +++ b/Documentation/ColumnsConfig/Type/Slug/Index.rst @@ -56,21 +56,10 @@ Properties of the TCA column type `slug` ======================================== .. confval-menu:: + :name: slug :display: table :type: :Scope: - .. include:: _Properties/_Appearance.rst.txt - :show-buttons: - - .. include:: _Properties/_Eval.rst.txt - :show-buttons: - - .. include:: _Properties/_FallbackCharacter.rst.txt - :show-buttons: - - .. include:: _Properties/_GeneratorOptions.rst.txt - :show-buttons: - - .. include:: _Properties/_PrependSlash.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Text/BeLayoutWizard/Index.rst b/Documentation/ColumnsConfig/Type/Text/BeLayoutWizard/Index.rst index ba628cce..26b28ad8 100644 --- a/Documentation/ColumnsConfig/Type/Text/BeLayoutWizard/Index.rst +++ b/Documentation/ColumnsConfig/Type/Text/BeLayoutWizard/Index.rst @@ -32,15 +32,10 @@ Properties of the TCA column type `text`, render type `belayoutwizard` ====================================================================== .. confval-menu:: + :name: belayoutwizard :display: table :type: :Scope: - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Text/Default/Index.rst b/Documentation/ColumnsConfig/Type/Text/Default/Index.rst index 3734e0e6..37765f12 100644 --- a/Documentation/ColumnsConfig/Type/Text/Default/Index.rst +++ b/Documentation/ColumnsConfig/Type/Text/Default/Index.rst @@ -45,72 +45,10 @@ Properties of the TCA column type `text` with or without enabled rich text ========================================================================== .. confval-menu:: + :name: text :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_Cols.rst.txt - :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_EnableRichtext.rst.txt - :show-buttons: - - .. include:: _Properties/_EnableTabulator.rst.txt - :show-buttons: - - .. include:: _Properties/_Eval.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FixedFont.rst.txt - :show-buttons: - - .. include:: _Properties/_IsIn.rst.txt - :show-buttons: - - .. include:: _Properties/_Max.rst.txt - :show-buttons: - - .. include:: _Properties/_Min.rst.txt - :show-buttons: - - .. include:: _Properties/_Nullable.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_RichtextConfiguration.rst.txt - :show-buttons: - - .. include:: _Properties/_Rows.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Softref.rst.txt - :show-buttons: - - .. include:: _Properties/_Wrap.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: diff --git a/Documentation/ColumnsConfig/Type/Text/T3Editor/Index.rst b/Documentation/ColumnsConfig/Type/Text/T3Editor/Index.rst index 322c3611..ea6e31e5 100644 --- a/Documentation/ColumnsConfig/Type/Text/T3Editor/Index.rst +++ b/Documentation/ColumnsConfig/Type/Text/T3Editor/Index.rst @@ -49,32 +49,12 @@ Properties of the TCA column type `text`, render type `codeEditor` ================================================================== .. confval-menu:: + :name: codeEditor :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_Format.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Softref.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: .. _columns-text-renderType-codeEditor-migration: diff --git a/Documentation/ColumnsConfig/Type/Text/TextTable/Index.rst b/Documentation/ColumnsConfig/Type/Text/TextTable/Index.rst index 875ee36c..6cbd2ace 100644 --- a/Documentation/ColumnsConfig/Type/Text/TextTable/Index.rst +++ b/Documentation/ColumnsConfig/Type/Text/TextTable/Index.rst @@ -29,52 +29,10 @@ Properties of the TCA column type `text`, render type `textTable` ================================================================== .. confval-menu:: + :name: textTable :display: table :type: :Scope: - .. include:: _Properties/_AllowLanguageSynchronization.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: - - .. include:: _Properties/_Default.rst.txt - :show-buttons: - - .. include:: _Properties/_EnableTabulator.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldControl.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldWizard.rst.txt - :show-buttons: - - .. include:: _Properties/_FixedFont.rst.txt - :show-buttons: - - .. include:: _Properties/_IsIn.rst.txt - :show-buttons: - - .. include:: _Properties/_Max.rst.txt - :show-buttons: - - .. include:: _Properties/_Placeholder.rst.txt - :show-buttons: - - .. include:: _Properties/_ReadOnly.rst.txt - :show-buttons: - - .. include:: _Properties/_Rows.rst.txt - :show-buttons: - - .. include:: _Properties/_Search.rst.txt - :show-buttons: - - .. include:: _Properties/_Softref.rst.txt - :show-buttons: - - .. include:: _Properties/_Wrap.rst.txt - :show-buttons: - diff --git a/Documentation/ColumnsConfig/Type/Uuid/Index.rst b/Documentation/ColumnsConfig/Type/Uuid/Index.rst index 6f079777..d15dbc4b 100644 --- a/Documentation/ColumnsConfig/Type/Uuid/Index.rst +++ b/Documentation/ColumnsConfig/Type/Uuid/Index.rst @@ -26,6 +26,8 @@ configuration when working with fields containing a `UUID`_. .. contents:: Table of contents +.. _columns-uuid-example: + Example ======= @@ -39,21 +41,10 @@ Properties of the TCA column type `uuid` ======================================== .. confval-menu:: + :name: uuid :display: table :type: :Scope: - .. include:: _Properties/_EnableCopyToClipboard.rst.txt - :show-buttons: - - .. include:: _Properties/_FieldInformation.rst.txt - :show-buttons: - - .. include:: _Properties/_Required.rst.txt - :show-buttons: - - .. include:: _Properties/_Size.rst.txt - :show-buttons: - - .. include:: _Properties/_Version.rst.txt + .. include:: _Properties/_*.rst.txt :show-buttons: From 25ad0b687720ceba322b30e5ebcd7a0c6cfc70d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= Date: Fri, 9 Aug 2024 21:44:17 +0200 Subject: [PATCH 2/2] Update Documentation/ColumnsConfig/Type/Group/Index.rst --- Documentation/ColumnsConfig/Type/Group/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ColumnsConfig/Type/Group/Index.rst b/Documentation/ColumnsConfig/Type/Group/Index.rst index 664702f2..c19719f6 100644 --- a/Documentation/ColumnsConfig/Type/Group/Index.rst +++ b/Documentation/ColumnsConfig/Type/Group/Index.rst @@ -50,7 +50,7 @@ You can read more on how data is structured in :ref:`columns-group-data` chapter .. _columns-group-properties-type: Properties of the TCA column type `group` -========================================== +========================================= .. confval-menu:: :name: group