Skip to content

Commit 842007e

Browse files
Use term "label references" for localized labels and link to syntax chapter (#1644)
Releases: main, 13.4 Co-authored-by: lina.wolf <[email protected]>
1 parent 663bcc5 commit 842007e

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

Documentation/PageTsconfig/Mod/Wizards.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ newContentElement.wizardItems
7373

7474
.. confval:: [group].header
7575
:name: mod-wizards-newContentElement-wizardItems-group-header
76-
:type: string | localized string
76+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
7777
:Path: mod.wizards.newContentElement.wizardItems.[group].header
7878

7979
Name of the group.
@@ -128,14 +128,14 @@ newContentElement.wizardItems
128128

129129
.. confval:: title
130130
:name: mod-wizards-newContentElement-wizardItems-group-elements-name-title
131-
:type: string | localized string
131+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
132132
:Path: mod.wizards.newContentElement.wizardItems.[group].elements.[name].title
133133

134134
Name of the item.
135135

136136
.. confval:: description
137137
:name: mod-wizards-newContentElement-wizardItems-group-elements-name-description
138-
:type: string | localized string
138+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
139139
:Path: mod.wizards.newContentElement.wizardItems.[group].elements.[name].description
140140

141141
Description text for the item.

Documentation/PageTsconfig/TceForm.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ addItems
8383

8484
.. confval:: addItems
8585
:name: tceform-addItems
86-
:type: localized string
86+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
8787

8888
Change the list of items in :ref:`TCA type=select <t3tca:columns-select>` fields. Using this property,
8989
items can be added to the list. Note that the added elements might be removed if the selector represents
@@ -142,7 +142,7 @@ altLabels
142142

143143
.. confval:: altLabels
144144
:name: tceform-altLabels
145-
:type: localized string
145+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
146146

147147
This property applies to :ref:`TCA type=select <t3tca:columns-select>`,
148148
:ref:`TCA type=check <t3tca:columns-check>` and :ref:`TCA type=radio <t3tca:columns-radio>`.
@@ -741,9 +741,10 @@ label
741741

742742
.. confval:: label
743743
:name: tceform-label
744-
:type: localized string
744+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
745745

746-
This allows you to enter alternative labels for any field. The value can be a `LLL:` reference
746+
This allows you to enter alternative labels for any field. The value can be
747+
a plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
747748
to a localization file, the system will then look up the selected backend user language and tries
748749
to fetch the localized string if available. However, it is also possible to override these by
749750
appending the language key and hard setting a value, for example `label.de = Neuer Feldname`.
@@ -786,7 +787,7 @@ noMatchingValue_label
786787

787788
.. confval:: noMatchingValue_label
788789
:name: tceform-noMatchingValue_label
789-
:type: localized string
790+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
790791

791792
This property applies only to items in :ref:`TCA type=select <t3tca:columns-select>` fields, it allows defining
792793
a different label of the :ref:`noMatchingValue <pageFormEngineDisableNoMatchingElement>` element.
@@ -877,7 +878,7 @@ sheetDescription
877878

878879
.. confval:: sheetDescription
879880
:name: tceform-sheetDescription
880-
:type: localized string
881+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
881882

882883
Specifies a description for the sheet shown in the FlexForm.
883884

@@ -897,7 +898,7 @@ sheetShortDescr
897898

898899
.. confval:: sheetShortDescr
899900
:name: tceform-sheetShortDescr
900-
:type: localized string
901+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
901902

902903
Specifies a short description of the sheet used as link title in the tab-menu.
903904

@@ -916,7 +917,7 @@ sheetTitle
916917

917918
.. confval:: sheetTitle
918919
:name: tceform-sheetTitle
919-
:type: localized string
920+
:type: plain text label or `label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
920921

921922
Set the title of the sheet / tab in a FlexForm configuration.
922923

Documentation/UsingSettingTSconfig/PageTSconfig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ These can be :ref:`selected in the page properties <include-static-page-tsconfig
173173
:language: php
174174
:caption: EXT:my_sitepackage/Configuration/TCA/Overrides/pages.php
175175

176-
It is not possible to use language strings :php:`LLL:...` for the third
177-
parameter as the extension name will be automatically appended.
176+
It is not possible to use label reference <https://docs.typo3.org/permalink/t3coreapi:label-reference>`_
177+
for the third parameter as the extension name will be automatically appended.
178178

179179
If you need to localize these labels, modify the TCA directly instead of using
180180
the API function:

0 commit comments

Comments
 (0)