Feature: #98487 - TCA option [ctrl][security][ignorePageTypeRestriction]
See forge#98487
Description
A new TCA ctrl option $GLOBALS
(boolean) is introduced to define the custom TCA table to be added to any
given page type (custom or defined), unless specified differently via the
Page
API class for a specified doktype.
Impact
This is a replacement for the previous PHP API call
Extension
which was found
in ext_
files.
Setting the new TCA option allows to use a TCA table on any kind of page doktype
unless a doktype has a restriction set in the Page
API
class.