Actions
Feature #106351
openProvide central collection where non browsable page doktypes can be registered
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2025-03-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
Since TYPO3 v10 it is possible to use any number of doktype with "pages.doktype" and the limitation of custom doktypes "less than 200" was lifted.
Now we have some doktypes that are not accsesible what there is no "central" knowlege about it and even no possiblity anymore to add custom doktypes.
In the core there are a bunch of places where PageRepository::DOKTYPE_SPACER
, PageRepository::DOKTYPE_SYSFOLDER
are checked manually.
This should be refactored to a central storage or an TCA option where a page can be defined as "non browsable".
Actions