From 640eacbb2dce25d5dbddd52b84cb66187de969a0 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:43:44 +0100 Subject: [PATCH] [TASK] Add intermediate headers in main menu (#1202) Releases: main, 13.4, 12.4 --- Documentation/Columns/_Properties/_L10nMode.rst.txt | 2 +- Documentation/Columns/_Properties/_Label.rst.txt | 2 +- .../CommonProperties/FieldWizard/OtherLanguageContent.rst | 2 +- .../ColumnsConfig/CommonProperties/ItemsProcFunc.rst | 2 +- Documentation/ColumnsConfig/Type/Category/Index.rst | 2 +- .../Type/Check/_Properties/_ItemsProcFunc.rst.txt | 2 +- Documentation/ColumnsConfig/Type/Color/Index.rst | 6 +++--- .../Type/File/_Properties/_Appearance.rst.txt | 4 ++-- .../Type/Group/_Properties/_SuggestOptions.rst.txt | 2 +- Documentation/ColumnsConfig/Type/Inline/Examples.rst | 2 +- .../Type/Inline/_Properties/_Behaviour.rst.txt | 2 +- .../Type/Radio/_Properties/_ItemsProcFunc.rst.txt | 2 +- .../Select/CheckBox/_Properties/_FileFolderConfig.rst.txt | 6 +++--- .../CheckBox/_Properties/_ForeignTableWhere.rst.txt | 8 ++++---- .../Type/Select/CheckBox/_Properties/_Items.rst.txt | 4 ++-- .../_Properties/_FileFolderConfig.rst.txt | 6 +++--- .../Select/MultipleSideBySide/_Properties/_Items.rst.txt | 4 ++-- .../Select/Single/_Properties/_FileFolderConfig.rst.txt | 6 +++--- .../Select/Single/_Properties/_ForeignTableWhere.rst.txt | 8 ++++---- .../Type/Select/Single/_Properties/_Items.rst.txt | 4 ++-- .../SingleBox/_Properties/_FileFolderConfig.rst.txt | 6 +++--- .../SingleBox/_Properties/_ForeignTableWhere.rst.txt | 8 ++++---- .../Select/Tree/_Properties/_FileFolderConfig.rst.txt | 6 +++--- .../Select/Tree/_Properties/_ForeignTableWhere.rst.txt | 8 ++++---- .../Type/Select/Tree/_Properties/_TreeConfig.rst.txt | 2 +- Documentation/ColumnsConfig/Type/Text/Default/Index.rst | 2 +- .../Default/_Properties/_RichtextConfiguration.rst.txt | 2 +- .../Type/Uuid/_Properties/_EnableCopyToClipboard.rst.txt | 2 +- .../ColumnsConfig/Type/Uuid/_Properties/_Size.rst.txt | 2 +- Documentation/Ctrl/_Properties/_HideAtCopy.rst.txt | 2 +- Documentation/Ctrl/_Properties/_PrependAtCopy.rst.txt | 2 +- .../Ctrl/_Properties/_UseColumnsForDefaultValues.rst.txt | 2 +- Documentation/Types/_Properties/_CreationOptions.rst.txt | 6 +++--- 33 files changed, 63 insertions(+), 63 deletions(-) diff --git a/Documentation/Columns/_Properties/_L10nMode.rst.txt b/Documentation/Columns/_Properties/_L10nMode.rst.txt index f636c700..a2f0e9c2 100644 --- a/Documentation/Columns/_Properties/_L10nMode.rst.txt +++ b/Documentation/Columns/_Properties/_L10nMode.rst.txt @@ -27,7 +27,7 @@ The field value from the default language record gets copied when a localization overlay is created, but the content is prefixed with the title of the target language. The field stays editable in the localized record. It only works for field types like "text" and "input". The text will be prepended and can be configured by - the page TSconfig property :ref:`TCEMAIN.translateToMessage ` + the page TSconfig property :ref:`TCEMAIN.translateToMessage ` If this property is not set for a given field, the value of the default language record is copied over to the localized record on creation, the field value is then distinct from the default language record, can be edited diff --git a/Documentation/Columns/_Properties/_Label.rst.txt b/Documentation/Columns/_Properties/_Label.rst.txt index a2658075..d6de0df1 100644 --- a/Documentation/Columns/_Properties/_Label.rst.txt +++ b/Documentation/Columns/_Properties/_Label.rst.txt @@ -17,4 +17,4 @@ :ref:`types definition ` and the :ref:`palettes definition `. They can also be overridden by the page TSconfig property - :ref:`label `. + :ref:`label `. diff --git a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/OtherLanguageContent.rst b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/OtherLanguageContent.rst index 24a29020..5bb0b454 100644 --- a/Documentation/ColumnsConfig/CommonProperties/FieldWizard/OtherLanguageContent.rst +++ b/Documentation/ColumnsConfig/CommonProperties/FieldWizard/OtherLanguageContent.rst @@ -18,7 +18,7 @@ otherLanguageContent Show values from the default language record and other localized records if the edited row is a localized record. Often used in :php:`tt_content` fields. By default, only the value of the default language record is shown, values from further translations can be shown by setting the - :ref:`user TSconfig property additionalPreviewLanguages `. + :ref:`user TSconfig property additionalPreviewLanguages `. The wizard shows content only for "simple" fields. For instance, it does not work for database relation fields, and if the field is set to :php:`readOnly`. Additionally, the table has to be language aware by setting up the diff --git a/Documentation/ColumnsConfig/CommonProperties/ItemsProcFunc.rst b/Documentation/ColumnsConfig/CommonProperties/ItemsProcFunc.rst index 91fa119f..45965d6c 100644 --- a/Documentation/ColumnsConfig/CommonProperties/ItemsProcFunc.rst +++ b/Documentation/ColumnsConfig/CommonProperties/ItemsProcFunc.rst @@ -28,7 +28,7 @@ Passed parameters * :php:`items` (passed by reference) * :php:`config` (TCA config of the field) -* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) +* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) * :php:`table` (current table) * :php:`row` (current database record) * :php:`field` (current field name) diff --git a/Documentation/ColumnsConfig/Type/Category/Index.rst b/Documentation/ColumnsConfig/Type/Category/Index.rst index fa354c55..852b6e1a 100644 --- a/Documentation/ColumnsConfig/Type/Category/Index.rst +++ b/Documentation/ColumnsConfig/Type/Category/Index.rst @@ -18,7 +18,7 @@ is generated automatically. :caption: EXT:my_extension/Configuration/TCA/Overrides/someTable.php The following options can be overridden via :ref:`page TSconfig, TCE form -`: +`: * `size` * `maxitems` diff --git a/Documentation/ColumnsConfig/Type/Check/_Properties/_ItemsProcFunc.rst.txt b/Documentation/ColumnsConfig/Type/Check/_Properties/_ItemsProcFunc.rst.txt index 40b0d52b..7b93f8a7 100644 --- a/Documentation/ColumnsConfig/Type/Check/_Properties/_ItemsProcFunc.rst.txt +++ b/Documentation/ColumnsConfig/Type/Check/_Properties/_ItemsProcFunc.rst.txt @@ -20,7 +20,7 @@ * :php:`items` (passed by reference) * :php:`config` (TCA config of the field) - * :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) + * :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) * :php:`table` (current table) * :php:`row` (current database record) * :php:`field` (current field name) diff --git a/Documentation/ColumnsConfig/Type/Color/Index.rst b/Documentation/ColumnsConfig/Type/Color/Index.rst index 79892850..efde6b82 100644 --- a/Documentation/ColumnsConfig/Type/Color/Index.rst +++ b/Documentation/ColumnsConfig/Type/Color/Index.rst @@ -18,10 +18,10 @@ The :ref:`according database field ` is generated automatically. .. versionadded:: 13.0 - :ref:`Color palettes ` have been added. + :ref:`Color palettes ` have been added. -:ref:`Color palettes ` can be defined via -:ref:`page TSconfig `. This way, for example, +:ref:`Color palettes ` can be defined via +:ref:`page TSconfig `. This way, for example, colors defined in a corporate design can be selected by a simple click. .. contents:: diff --git a/Documentation/ColumnsConfig/Type/File/_Properties/_Appearance.rst.txt b/Documentation/ColumnsConfig/Type/File/_Properties/_Appearance.rst.txt index 818632a6..49f662c4 100644 --- a/Documentation/ColumnsConfig/Type/File/_Properties/_Appearance.rst.txt +++ b/Documentation/ColumnsConfig/Type/File/_Properties/_Appearance.rst.txt @@ -66,7 +66,7 @@ upload files and create a reference to the file. The button is limited to file fields using File Abstraction Layer. It will only appear to backend users which have write access to the user upload folder. By default this folder is :file:`fileadmin/user_upload` but it can be changed in User TSconfig using :typoscript:`options.defaultUploadFolder`. - See the :ref:`TSconfig reference `. + See the :ref:`TSconfig reference `. The button is shown by default unless this option is set to :php:`false`. @@ -77,4 +77,4 @@ elementBrowserEnabled (boolean) Hides or displays the element browser button in inline records - This property can also be overridden by :ref:`page TSconfig `. + This property can also be overridden by :ref:`page TSconfig `. diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_SuggestOptions.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_SuggestOptions.rst.txt index 080ac7ee..254c8171 100644 --- a/Documentation/ColumnsConfig/Type/Group/_Properties/_SuggestOptions.rst.txt +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_SuggestOptions.rst.txt @@ -8,7 +8,7 @@ Optional, additional suggest options used if the suggest wizard is not :ref:`hidden `. The suggest wizard options can also be overriden - on a :ref:`page TSconfig ` level. + on a :ref:`page TSconfig ` level. Suggestions can be configured differently for each table. Settings in "default" are applied to all tables. In the example below, there is a special setting for the "pages" table to search only standard pages. diff --git a/Documentation/ColumnsConfig/Type/Inline/Examples.rst b/Documentation/ColumnsConfig/Type/Inline/Examples.rst index 2f2ce69e..111e2698 100644 --- a/Documentation/ColumnsConfig/Type/Inline/Examples.rst +++ b/Documentation/ColumnsConfig/Type/Inline/Examples.rst @@ -89,7 +89,7 @@ both directions. .. note:: :typoscript:`TCAdefaults..pid = ` can be used to define the pid of new child records. Thus, it's possible to - have special storage folders on a per-table-basis. See the :ref:`TSconfig reference `. + have special storage folders on a per-table-basis. See the :ref:`TSconfig reference `. .. _tca_example_inline_usecombinationc_inline_1: diff --git a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt index 3ace7b8d..ced97e66 100644 --- a/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt +++ b/Documentation/ColumnsConfig/Type/Inline/_Properties/_Behaviour.rst.txt @@ -35,7 +35,7 @@ This property can be especially useful if all child records should be gathered in one storage folder and their parents are spread out at different places in the page tree. In combination with the - :ref:`Tsconfig setting ` :typoscript:`TCAdefaults.
.pid = ` children + :ref:`Tsconfig setting ` :typoscript:`TCAdefaults.
.pid = ` children can be forced to be created in this folder and stay there. .. confval:: enableCascadingDelete diff --git a/Documentation/ColumnsConfig/Type/Radio/_Properties/_ItemsProcFunc.rst.txt b/Documentation/ColumnsConfig/Type/Radio/_Properties/_ItemsProcFunc.rst.txt index 12aaa274..f9f1d464 100644 --- a/Documentation/ColumnsConfig/Type/Radio/_Properties/_ItemsProcFunc.rst.txt +++ b/Documentation/ColumnsConfig/Type/Radio/_Properties/_ItemsProcFunc.rst.txt @@ -22,7 +22,7 @@ * :php:`items` (passed by reference) * :php:`config` (TCA config of the field) - * :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) + * :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig `) * :php:`table` (current table) * :php:`row` (current database record) * :php:`field` (current field name) diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_FileFolderConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_FileFolderConfig.rst.txt index ddfc40bd..1f7302ae 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_FileFolderConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_FileFolderConfig.rst.txt @@ -18,7 +18,7 @@ Specify list in lowercase. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. _columns-select-checkbox-properties-filefolder-recursions: .. _columns-select-checkbox-properties-fileFolderConfig-depth: @@ -35,7 +35,7 @@ with property :confval:`select-checkbox-fileFolderConfig-folder`. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. confval:: folder @@ -62,4 +62,4 @@ (third parameter in items array). This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_ForeignTableWhere.rst.txt b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_ForeignTableWhere.rst.txt index 279de008..fe23b6b9 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_ForeignTableWhere.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_ForeignTableWhere.rst.txt @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause: ###SITEROOT### -:ref:`###PAGE\_TSCONFIG\_ID### ` +:ref:`###PAGE\_TSCONFIG\_ID### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_IDLIST### ` +:ref:`###PAGE\_TSCONFIG\_IDLIST### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_STR### ` +:ref:`###PAGE\_TSCONFIG\_STR### ` A value you can set from Page TSconfig dynamically. ###SITE:.### @@ -59,4 +59,4 @@ The markers are preprocessed so that the value of CURRENT\_PID and PAGE\_TSCONFI and PAGE\_TSCONFIG\_STR will be quoted before substitution (default is blank string). More information about markers set by Page TSconfig can be found in -the :ref:`TSconfig reference `. +the :ref:`TSconfig reference `. diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Items.rst.txt b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Items.rst.txt index 25ed4cb3..c085f03b 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Items.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Items.rst.txt @@ -14,13 +14,13 @@ .. versionchanged:: 13.0 Auto-registration of New content element wizard via TCA introduced. If your extension supports both TYPO3 v12 and v13, keep the page TSconfig - option :confval:`newContentElement.wizardItems ` + option :confval:`newContentElement.wizardItems ` until dropping TYPO3 v12 support. Items registered for the field :sql:`CType` of table :sql:`tt_content` get automatically added to the :guilabel:`New content element` wizard. Settings from the items property can be overridden via page TSconfig - :confval:`newContentElement.wizardItems `. + :confval:`newContentElement.wizardItems `. See also :ref:`Add content elements to the Content Element Wizard `. diff --git a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_FileFolderConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_FileFolderConfig.rst.txt index d80cdbfb..eb5a6c05 100644 --- a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_FileFolderConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_FileFolderConfig.rst.txt @@ -18,7 +18,7 @@ Specify list in lowercase. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. _columns-select-byside-properties-filefolder-recursions: .. _columns-select-byside-properties-fileFolderConfig-depth: @@ -35,7 +35,7 @@ with property :confval:`select-byside-fileFolderConfig-folder`. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. confval:: folder @@ -62,4 +62,4 @@ (third parameter in items array). This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. diff --git a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_Items.rst.txt b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_Items.rst.txt index 579b29e2..a3a23301 100644 --- a/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_Items.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/MultipleSideBySide/_Properties/_Items.rst.txt @@ -14,13 +14,13 @@ .. versionchanged:: 13.0 Auto-registration of New content element wizard via TCA introduced. If your extension supports both TYPO3 v12 and v13, keep the page TSconfig - option :confval:`newContentElement.wizardItems ` + option :confval:`newContentElement.wizardItems ` until dropping TYPO3 v12 support. Items registered for the field :sql:`CType` of table :sql:`tt_content` get automatically added to the :guilabel:`New content element` wizard. Settings from the items property can be overridden via page TSconfig - :confval:`newContentElement.wizardItems `. + :confval:`newContentElement.wizardItems `. See also :ref:`Add content elements to the Content Element Wizard `. diff --git a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_FileFolderConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_FileFolderConfig.rst.txt index a1c7f72f..6b8dd544 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_FileFolderConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_FileFolderConfig.rst.txt @@ -20,7 +20,7 @@ Specify list in lowercase. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. _columns-select-single-properties-filefolder-recursions: .. _columns-select-single-properties-fileFolderConfig-depth: @@ -37,7 +37,7 @@ with property :confval:`select-single-fileFolderConfig-folder`. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. confval:: folder @@ -64,7 +64,7 @@ (third parameter in items array). This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. rubric:: Examples: Select SVGs recursively from a folder diff --git a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_ForeignTableWhere.rst.txt b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_ForeignTableWhere.rst.txt index df6fc200..0ef21b8f 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_ForeignTableWhere.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_ForeignTableWhere.rst.txt @@ -43,13 +43,13 @@ It is possible to use markers in the WHERE clause: ###SITEROOT### -:ref:`###PAGE\_TSCONFIG\_ID### ` +:ref:`###PAGE\_TSCONFIG\_ID### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_IDLIST### ` +:ref:`###PAGE\_TSCONFIG\_IDLIST### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_STR### ` +:ref:`###PAGE\_TSCONFIG\_STR### ` A value you can set from Page TSconfig dynamically. ###SITE:.### @@ -60,7 +60,7 @@ The markers are preprocessed so that the value of CURRENT\_PID and PAGE\_TSCONFI and PAGE\_TSCONFIG\_STR will be quoted before substitution (default is blank string). More information about markers set by Page TSconfig can be found in -the :ref:`TSconfig reference `. +the :ref:`TSconfig reference `. .. rubric:: Example: Select single field with foreign_prefix and foreign_where diff --git a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_Items.rst.txt b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_Items.rst.txt index 67074823..5856ce50 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_Items.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Single/_Properties/_Items.rst.txt @@ -15,13 +15,13 @@ .. versionchanged:: 13.0 Auto-registration of New content element wizard via TCA introduced. If your extension supports both TYPO3 v12 and v13, keep the page TSconfig - option :confval:`newContentElement.wizardItems ` + option :confval:`newContentElement.wizardItems ` until dropping TYPO3 v12 support. Items registered for the field :sql:`CType` of table :sql:`tt_content` get automatically added to the :guilabel:`New content element` wizard. Settings from the items property can be overridden via page TSconfig - :confval:`newContentElement.wizardItems `. + :confval:`newContentElement.wizardItems `. See also :ref:`Add content elements to the Content Element Wizard `. diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_FileFolderConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_FileFolderConfig.rst.txt index 06089e19..9ac42055 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_FileFolderConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_FileFolderConfig.rst.txt @@ -18,7 +18,7 @@ Specify list in lowercase. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. _columns-select-singlebox-properties-filefolder-recursions: .. _columns-select-singlebox-properties-fileFolderConfig-depth: @@ -35,7 +35,7 @@ with property :confval:`select-singlebox-fileFolderConfig-folder`. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. confval:: folder @@ -62,7 +62,7 @@ (third parameter in items array). This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. rubric:: Examples: Select SVGs recursively from a folder diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_ForeignTableWhere.rst.txt b/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_ForeignTableWhere.rst.txt index 9f9df79c..efdab3e8 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_ForeignTableWhere.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/_Properties/_ForeignTableWhere.rst.txt @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause: ###SITEROOT### -:ref:`###PAGE\_TSCONFIG\_ID### ` +:ref:`###PAGE\_TSCONFIG\_ID### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_IDLIST### ` +:ref:`###PAGE\_TSCONFIG\_IDLIST### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_STR### ` +:ref:`###PAGE\_TSCONFIG\_STR### ` A value you can set from Page TSconfig dynamically. ###SITE:.### @@ -59,7 +59,7 @@ The markers are preprocessed so that the value of CURRENT\_PID and PAGE\_TSCONFI and PAGE\_TSCONFIG\_STR will be quoted before substitution (default is blank string). More information about markers set by Page TSconfig can be found in -the :ref:`TSconfig reference `. +the :ref:`TSconfig reference `. .. rubric:: Example: Select single field with foreign_prefix and foreign_where diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_FileFolderConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_FileFolderConfig.rst.txt index cf64ab7a..04f47bfe 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_FileFolderConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_FileFolderConfig.rst.txt @@ -18,7 +18,7 @@ Specify list in lowercase. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. _columns-select-tree-properties-filefolder-recursions: .. _columns-select-tree-properties-fileFolderConfig-depth: @@ -35,7 +35,7 @@ with property :confval:`select-tree-fileFolderConfig-folder`. This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. confval:: folder @@ -62,7 +62,7 @@ (third parameter in items array). This configuration can be overridden by :ref:`Page - TSconfig`. + TSconfig`. .. rubric:: Examples: Select SVGs recursively from a folder diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_ForeignTableWhere.rst.txt b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_ForeignTableWhere.rst.txt index b042fd5c..094fd1c1 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_ForeignTableWhere.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_ForeignTableWhere.rst.txt @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause: ###SITEROOT### -:ref:`###PAGE\_TSCONFIG\_ID### ` +:ref:`###PAGE\_TSCONFIG\_ID### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_IDLIST### ` +:ref:`###PAGE\_TSCONFIG\_IDLIST### ` A value you can set from Page TSconfig dynamically. -:ref:`###PAGE\_TSCONFIG\_STR### ` +:ref:`###PAGE\_TSCONFIG\_STR### ` A value you can set from Page TSconfig dynamically. ###SITE:.### @@ -59,7 +59,7 @@ The markers are preprocessed so that the value of CURRENT\_PID and PAGE\_TSCONFI and PAGE\_TSCONFIG\_STR will be quoted before substitution (default is blank string). More information about markers set by Page TSconfig can be found in -the :ref:`TSconfig reference `. +the :ref:`TSconfig reference `. .. rubric:: Example: Select single field with foreign_prefix and foreign_where diff --git a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_TreeConfig.rst.txt b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_TreeConfig.rst.txt index b244075f..6431d7ab 100644 --- a/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_TreeConfig.rst.txt +++ b/Documentation/ColumnsConfig/Type/Select/Tree/_Properties/_TreeConfig.rst.txt @@ -48,7 +48,7 @@ configuration by using the `###SITE:###` syntax. This property can also be set by page TSconfig, see - :ref:`t3tsconfig:pagetsconfigtceformconfigtreeconfig` + :ref:`t3tsref:pagetsconfigtceformconfigtreeconfig` Example: diff --git a/Documentation/ColumnsConfig/Type/Text/Default/Index.rst b/Documentation/ColumnsConfig/Type/Text/Default/Index.rst index c1c5817a..5dadbee9 100644 --- a/Documentation/ColumnsConfig/Type/Text/Default/Index.rst +++ b/Documentation/ColumnsConfig/Type/Text/Default/Index.rst @@ -14,7 +14,7 @@ is generated automatically. `type='text'` without a given specific renderType either renders a simple `