Deprecation: #70526 - Location of formatToPageTypeMapping option 

See forge#70526

Description 

Since its introduction, the option formatToPageTypeMapping had to be configured in settings.view.formatToPageTypeMapping instead of view.formatToPageTypeMapping. This has been marked as deprecated.

Impact 

Defining settings.view.formatToPageTypeMapping will trigger a deprecation log entry.

Affected Installations 

Installations containing plugins that define settings.view.formatToPageTypeMapping instead of view.formatToPageTypeMapping.

Migration 

Move

plugin.tx_myextension.settings.view.formatToPageTypeMapping
Copied!

to

plugin.tx_myextension.view.formatToPageTypeMapping
Copied!