Types of pages
Changed in version 14.0
The page type Link to External URL has been renamed to just Link
and has a lot more features.
See
Feature: #17406 - Enhance page type "Link" to fully support typolinks
TYPO3 has predefined a number of pages types as constants in
typo3/sysext/core/Classes/Domain/Repository/PageRepository.php.
What role each page type plays and when to use it is explained in more detail in Page types. Some of the page types require additional fields in pages to be filled out:
DOKTYPE_- ID:DEFAULT 1- Standard
DOKTYPE_- ID:LINK 3-
Link to external URLs, other pages, content elements, files, folders, email addresses or custom records (for example, news records).
This type of page creates a redirect to a URL in the frontend. The URL is specified in the
pages.field.url
DOKTYPE_- ID:SHORTCUT 4-
Shortcut
This type of page creates a redirect to another page in the frontend. The shortcut target is specified in the field
pages., shortcut mode is stored inshortcut pages..shortcut_ mode
DOKTYPE_- ID:BE_ USER_ SECTION 6- Backend user Section
DOKTYPE_- ID:MOUNTPOINT 7-
Mount point
The mounted page is specified in
pages., while display options can be changed withmount_ pid pages.. See MountPoints documentation.mount_ pid_ ol
DOKTYPE_- ID:SPACER 199- Menu separator
DOKTYPE_- ID:SYSFOLDER 254-
Folder
A folder is a place where records from various database tables can be stored. Some records may only be created in folders and are not available on standard pages.
It can also be used to group standard pages so they can be displayed in a custom menu.