Deprecation: #84463 - PageTsConfig option mod.web_list.newWizards dropped¶
See forge#84463
Description¶
The widely unknown PageTsConfig option mod.
has been enabled by default and dropped.
PHP property new
of class \TYPO3\
has been deprecated
along the way.
Impact¶
The "+" sign in the list module of pages
table now by default links to the wizard to select the new page position.
The "+" sign in the list module of tt_
table now by default links to the new content element wizard in a modal.
Affected Installations¶
Most installations should not be affected by the code change, the extension scanner will find extensions using the mentioned class property.
Migration¶
Do not use property new
anymore, drop the PageTsConfig option if used.