@@ -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
0 commit comments