Types of pages
TYPO3 has predefined a number of pages types as constants in
typo3/
.
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 URL
This type of page creates a redirect to an URL in the frontend. The URL is specified in the field
pages.
.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
DOKTYPE_
- ID:RECYCLER 255
- Recycler