Skip to content

Commit 67dc655

Browse files
github-actions[bot]can0199garvinhicking
authored
[Backport 12.4] [TASK] Note known bug for altLabels of empty select items in TYPO3 v12 and above (#1651)
* [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 20f8fbb commit 67dc655

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
@@ -198,6 +198,15 @@ Example: Override labels for document types
198198
199199
Note the *double dot* after `altLabels`.
200200

201+
.. Attention::
202+
203+
Due to a known bug from **TYPO3 v12+**, overriding the label of the empty select item via Page TSconfig (altLabels..) currently has no effect.
204+
Track the issue here: `#100775 <https://forge.typo3.org/issues/100775>`__.
205+
206+
Workaround:
207+
208+
* 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>`__).
209+
201210
.. _tceform-page_tsconfig_id:
202211

203212
PAGE_TSCONFIG_ID

0 commit comments

Comments
 (0)