Deprecation: #70526 - Location of formatToPageTypeMapping option¶
See forge#70526
Description¶
Since its introduction, the option format
had to be configured in settings.
instead of view.
. This has been marked as deprecated.
Impact¶
Defining settings.
will trigger a deprecation log entry.
Affected Installations¶
Installations containing plugins that define settings.
instead of view.
.
Migration¶
Move
plugin.tx_myextension.settings.view.formatToPageTypeMapping
Copied!
to
plugin.tx_myextension.view.formatToPageTypeMapping
Copied!