Skip to content

Commit 01258b4

Browse files
committed
[TASK] Note known bug for altLabels of empty select items in TYPO3 v12 and above
1 parent ff9dcb5 commit 01258b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/PageTsconfig/TceForm.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@ Example: Override labels for document types
197197
198198
Note the *double dot* after `altLabels`.
199199

200+
.. Attention::
201+
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.
204+
205+
Workaround:
206+
207+
* Adjust the label via a TCA override (for example by modifying the items array or using columnsOverrides/itemsProcFunc).
208+
200209
.. _tceform-page_tsconfig_id:
201210

202211
PAGE_TSCONFIG_ID

0 commit comments

Comments
 (0)