Actions
Bug #96671
openPageTSConfig override for group fields do not work
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2022-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
I just see the new Feature in TYPO3 12:
#91077 - Element browser entry points for TCA type "group"
It works for fields defined directly in TCA, but not for fields in type "flex". Tested with felogin:
TCEFORM.tt_content.pi_flexform.felogin_login.sDEF.settings\.pages.config.elementBrowserEntryPoints.tt_content = 3 TCEFORM.tt_content.pi_flexform.felogin_login.sDEF.settings\.pages.config.size = 1 #TCEFORM.tt_content.pi_flexform.felogin_login.sDEF.settings\.pages.disabled = 1
I have added the "disabled" line to test, if the path works in general. Jep, the field will is disabled...so the path is correct ;-)
As you will see, either the "size", "max_size" neither the "elementBrowserEntryPoints" will be accepted.
Stefan
Actions