Deprecation: #73209 - Deprecated flex page TSConfig¶
See forge#73209
Description¶
Setting page TSConfig values PAGE_
, PAGE_
and
PAGE_
for flexform fields globally has been marked as deprecated, specific
fields must be set now.
Example for a now deprecated global TSConfig value:
TCEFORM.
This should now be restricted to specific fields of the flexfrom data structure, if for example
the flexform foreign_
of field settings.
of a tt_
plugin`s
data structure should be set, the new page TSConfig option should look like:
TCEFORM.
Note that any dots within the field name must be escaped with '\', this is a typical scenario for extbase.
Impact¶
This pageTSConfig cannot be set for section elements anymore: PAGE_
,
PAGE_
and PAGE_
do not have any effect on repeatable
elements.
Affected Installations¶
Installations that set PAGE_
, PAGE_
and PAGE_
for flexform fields globally should be restricted to set those values for single elements.
Migration¶
Search for PAGE_
, PAGE_
and PAGE_
and restrict
them to single fields as outlined above.