You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/PageTsconfig/TceForm.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,11 +200,11 @@ Note the *double dot* after `altLabels`.
200
200
.. Attention::
201
201
202
202
Due to a known bug from **TYPO3 v12+**, overriding the label of the empty select item via Page TSconfig (altLabels..) currently has no effect.
203
-
Track the issue here: https://forge.typo3.org/issues/100775.
203
+
Track the issue here: `#100775 <https://forge.typo3.org/issues/100775>`__.
204
204
205
205
Workaround:
206
206
207
-
* Adjust the label via a TCA override (for example by modifying the items array or using columnsOverrides/itemsProcFunc).
207
+
* Adjust the label via a `TCA Overrides <https://docs.typo3.org/permalink/t3coreapi:extension-configuration-tca-overrides>`_ (for example by modifying the items array or using `columnsOverrides/itemsProcFunc<https://docs.typo3.org/permalink/t3tca:tca-property-itemsprocfunc>`__).
0 commit comments