Skip to content

Commit

Permalink
[TASK] Add intermediate headers in main menu (#1202)
Browse files Browse the repository at this point in the history
Releases: main, 13.4, 12.4
  • Loading branch information
linawolf authored Nov 22, 2024
1 parent 8a932be commit 640eacb
Show file tree
Hide file tree
Showing 33 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Documentation/Columns/_Properties/_L10nMode.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:pagetcemain-translatetomessage>`
the page TSconfig property :ref:`TCEMAIN.translateToMessage <t3tsref:pagetcemain-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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Columns/_Properties/_Label.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
:ref:`types definition <types-properties-showitem>` and the
:ref:`palettes definition <palettes-properties-showitem>`. They can also
be overridden by the page TSconfig property
:ref:`label <t3tsconfig:tceform_label>`.
:ref:`label <t3tsref:tceform_label>`.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:useroptions-additionalPreviewLanguages>`.
:ref:`user TSconfig property additionalPreviewLanguages <t3tsref:useroptions-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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:itemsProcFunc>`)
* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig <t3tsref:itemsProcFunc>`)
* :php:`table` (current table)
* :php:`row` (current database record)
* :php:`field` (current field name)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ColumnsConfig/Type/Category/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<t3tsconfig:pageTsConfigTceFormConfig>`:
<t3tsref:pageTsConfigTceFormConfig>`:

* `size`
* `maxitems`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

* :php:`items` (passed by reference)
* :php:`config` (TCA config of the field)
* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig <t3tsconfig:itemsProcFunc>`)
* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig <t3tsref:itemsProcFunc>`)
* :php:`table` (current table)
* :php:`row` (current database record)
* :php:`field` (current field name)
Expand Down
6 changes: 3 additions & 3 deletions Documentation/ColumnsConfig/Type/Color/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The :ref:`according database field <t3coreapi:auto-generated-db-structure>`
is generated automatically.

.. versionadded:: 13.0
:ref:`Color palettes <t3tsconfig:pagecolorpalettes>` have been added.
:ref:`Color palettes <t3tsref:pagecolorpalettes>` have been added.

:ref:`Color palettes <t3tsconfig:pagecolorpalettes>` can be defined via
:ref:`page TSconfig <t3tsconfig:setting-page-tsconfig>`. This way, for example,
:ref:`Color palettes <t3tsref:pagecolorpalettes>` can be defined via
:ref:`page TSconfig <t3tsref:setting-page-tsconfig>`. This way, for example,
colors defined in a corporate design can be selected by a simple click.

.. contents::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:useroptions>`.
See the :ref:`TSconfig reference <t3tsref:useroptions>`.

The button is shown by default unless this option is set to :php:`false`.

Expand All @@ -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 <t3tsconfig:tceform>`.
This property can also be overridden by :ref:`page TSconfig <t3tsref:tceform>`.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Optional, additional suggest options used if the suggest wizard is not
:ref:`hidden <columns-group-properties-hideSuggest>`. The suggest wizard options can also be overriden
on a :ref:`page TSconfig <t3tsconfig:pagetceformsuggest>` level.
on a :ref:`page TSconfig <t3tsref:pagetceformsuggest>` 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.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ColumnsConfig/Type/Inline/Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ both directions.

.. note::
:typoscript:`TCAdefaults.<table>.pid = <page id>` 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 <t3tsconfig:usertoplevelobjects>`.
have special storage folders on a per-table-basis. See the :ref:`TSconfig reference <t3tsref:usertoplevelobjects>`.

.. _tca_example_inline_usecombinationc_inline_1:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:usertoplevelobjects>` :typoscript:`TCAdefaults.<table>.pid = <page id>` children
:ref:`Tsconfig setting <t3tsref:usertoplevelobjects>` :typoscript:`TCAdefaults.<table>.pid = <page id>` children
can be forced to be created in this folder and stay there.

.. confval:: enableCascadingDelete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

* :php:`items` (passed by reference)
* :php:`config` (TCA config of the field)
* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig <t3tsconfig:itemsProcFunc>`)
* :php:`TSconfig` (The matching :ref:`itemsProcFunc TSconfig <t3tsref:itemsProcFunc>`)
* :php:`table` (current table)
* :php:`row` (current database record)
* :php:`field` (current field name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Specify list in lowercase.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. _columns-select-checkbox-properties-filefolder-recursions:
.. _columns-select-checkbox-properties-fileFolderConfig-depth:
Expand All @@ -35,7 +35,7 @@
with property :confval:`select-checkbox-fileFolderConfig-folder`.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.


.. confval:: folder
Expand All @@ -62,4 +62,4 @@
(third parameter in items array).

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause:

###SITEROOT###

:ref:`###PAGE\_TSCONFIG\_ID### <t3tsconfig:tceform-page_tsconfig_id>`
:ref:`###PAGE\_TSCONFIG\_ID### <t3tsref:tceform-page_tsconfig_id>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsconfig:tceform-page_tsconfig_idlist>`
:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsref:tceform-page_tsconfig_idlist>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_STR### <t3tsconfig:tceform-page_tsconfig_str>`
:ref:`###PAGE\_TSCONFIG\_STR### <t3tsref:tceform-page_tsconfig_str>`
A value you can set from Page TSconfig dynamically.

###SITE:<KEY>.<SUBKEY>###
Expand All @@ -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 <t3tsconfig:pagetceformconfobj>`.
the :ref:`TSconfig reference <t3tsref:pagetceformconfobj>`.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`
option :confval:`newContentElement.wizardItems <t3tsref:mod-wizards-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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`.
:confval:`newContentElement.wizardItems <t3tsref:mod-wizards-newcontentelement-wizarditems>`.

See also :ref:`Add content elements to the Content Element Wizard <t3coreapi:content-element-wizard>`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Specify list in lowercase.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. _columns-select-byside-properties-filefolder-recursions:
.. _columns-select-byside-properties-fileFolderConfig-depth:
Expand All @@ -35,7 +35,7 @@
with property :confval:`select-byside-fileFolderConfig-folder`.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.


.. confval:: folder
Expand All @@ -62,4 +62,4 @@
(third parameter in items array).

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`
option :confval:`newContentElement.wizardItems <t3tsref:mod-wizards-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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`.
:confval:`newContentElement.wizardItems <t3tsref:mod-wizards-newcontentelement-wizarditems>`.

See also :ref:`Add content elements to the Content Element Wizard <t3coreapi:content-element-wizard>`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Specify list in lowercase.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. _columns-select-single-properties-filefolder-recursions:
.. _columns-select-single-properties-fileFolderConfig-depth:
Expand All @@ -37,7 +37,7 @@
with property :confval:`select-single-fileFolderConfig-folder`.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.


.. confval:: folder
Expand All @@ -64,7 +64,7 @@
(third parameter in items array).

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. rubric:: Examples: Select SVGs recursively from a folder

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ It is possible to use markers in the WHERE clause:

###SITEROOT###

:ref:`###PAGE\_TSCONFIG\_ID### <t3tsconfig:tceform-page_tsconfig_id>`
:ref:`###PAGE\_TSCONFIG\_ID### <t3tsref:tceform-page_tsconfig_id>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsconfig:tceform-page_tsconfig_idlist>`
:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsref:tceform-page_tsconfig_idlist>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_STR### <t3tsconfig:tceform-page_tsconfig_str>`
:ref:`###PAGE\_TSCONFIG\_STR### <t3tsref:tceform-page_tsconfig_str>`
A value you can set from Page TSconfig dynamically.

###SITE:<KEY>.<SUBKEY>###
Expand All @@ -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 <t3tsconfig:pagetceformconfobj>`.
the :ref:`TSconfig reference <t3tsref:pagetceformconfobj>`.

.. rubric:: Example: Select single field with foreign_prefix and foreign_where

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`
option :confval:`newContentElement.wizardItems <t3tsref:mod-wizards-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 <t3tsconfig:mod-wizards-newcontentelement-wizarditems>`.
:confval:`newContentElement.wizardItems <t3tsref:mod-wizards-newcontentelement-wizarditems>`.

See also :ref:`Add content elements to the Content Element Wizard <t3coreapi:content-element-wizard>`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Specify list in lowercase.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. _columns-select-singlebox-properties-filefolder-recursions:
.. _columns-select-singlebox-properties-fileFolderConfig-depth:
Expand All @@ -35,7 +35,7 @@
with property :confval:`select-singlebox-fileFolderConfig-folder`.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.


.. confval:: folder
Expand All @@ -62,7 +62,7 @@
(third parameter in items array).

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. rubric:: Examples: Select SVGs recursively from a folder

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause:

###SITEROOT###

:ref:`###PAGE\_TSCONFIG\_ID### <t3tsconfig:tceform-page_tsconfig_id>`
:ref:`###PAGE\_TSCONFIG\_ID### <t3tsref:tceform-page_tsconfig_id>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsconfig:tceform-page_tsconfig_idlist>`
:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsref:tceform-page_tsconfig_idlist>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_STR### <t3tsconfig:tceform-page_tsconfig_str>`
:ref:`###PAGE\_TSCONFIG\_STR### <t3tsref:tceform-page_tsconfig_str>`
A value you can set from Page TSconfig dynamically.

###SITE:<KEY>.<SUBKEY>###
Expand All @@ -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 <t3tsconfig:pagetceformconfobj>`.
the :ref:`TSconfig reference <t3tsref:pagetceformconfobj>`.

.. rubric:: Example: Select single field with foreign_prefix and foreign_where

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Specify list in lowercase.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. _columns-select-tree-properties-filefolder-recursions:
.. _columns-select-tree-properties-fileFolderConfig-depth:
Expand All @@ -35,7 +35,7 @@
with property :confval:`select-tree-fileFolderConfig-folder`.

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.


.. confval:: folder
Expand All @@ -62,7 +62,7 @@
(third parameter in items array).

This configuration can be overridden by :ref:`Page
TSconfig<t3tsconfig:fileFolderConfig>`.
TSconfig<t3tsref:fileFolderConfig>`.

.. rubric:: Examples: Select SVGs recursively from a folder

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ It is possible to use markers in the WHERE clause:

###SITEROOT###

:ref:`###PAGE\_TSCONFIG\_ID### <t3tsconfig:tceform-page_tsconfig_id>`
:ref:`###PAGE\_TSCONFIG\_ID### <t3tsref:tceform-page_tsconfig_id>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsconfig:tceform-page_tsconfig_idlist>`
:ref:`###PAGE\_TSCONFIG\_IDLIST### <t3tsref:tceform-page_tsconfig_idlist>`
A value you can set from Page TSconfig dynamically.

:ref:`###PAGE\_TSCONFIG\_STR### <t3tsconfig:tceform-page_tsconfig_str>`
:ref:`###PAGE\_TSCONFIG\_STR### <t3tsref:tceform-page_tsconfig_str>`
A value you can set from Page TSconfig dynamically.

###SITE:<KEY>.<SUBKEY>###
Expand All @@ -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 <t3tsconfig:pagetceformconfobj>`.
the :ref:`TSconfig reference <t3tsref:pagetceformconfobj>`.

.. rubric:: Example: Select single field with foreign_prefix and foreign_where

Expand Down
Loading

0 comments on commit 640eacb

Please sign in to comment.