Breaking: #106949 - Duplicate doktype restriction configuration removed
See forge#106949
Description
The TSconfig option
mod. has been
removed, as it duplicated the existing configuration
TCEMAIN..
Since forge#96861, the latter has been established as the single source of
truth for disabling the View button for specific
doktype values.
Impact
The option
mod. is no longer evaluated.
Only the configuration
TCEMAIN.
is now respected.
Affected installations
TYPO3 installations that still rely on
mod. in Page TSconfig to control the
visibility of the View button in backend modules are affected.
Migration
Remove any usage of
mod. from Page
TSconfig.
Use the existing configuration
TCEMAIN. instead:
TCEMAIN.preview.disableButtonForDokType = 199, 254
This change ensures consistent behavior and avoids duplicate configuration.