Skip to content

Commit f3c60b3

Browse files
github-actions[bot]can0199garvinhicking
authored
[Backport 13.4] [TASK] Note known bug for altLabels of empty select items in TYPO3 v12 and above (#1652)
* [TASK] Note known bug for altLabels of empty select items in TYPO3 v12 and above * Apply suggestions from code review --------- Co-authored-by: Can Adrian Karadag <[email protected]> Co-authored-by: Garvin Hicking <[email protected]>
1 parent 842007e commit f3c60b3

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: `#100775 <https://forge.typo3.org/issues/100775>`__.
204+
205+
Workaround:
206+
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>`__).
208+
200209
.. _tceform-page_tsconfig_id:
201210

202211
PAGE_TSCONFIG_ID

0 commit comments

Comments
 (0)