Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Documentation/Pages/PageTypes/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ Folder
A folder page type is a container. It is generally used to store records
other than pages or content elements. It will not display in the frontend.

Recycler
.. versionchanged:: 13.0
The recycler type was removed. As a substitution use the
:doc:`recycler module <ext_recycler:Index>`.

Menu separator
This page type creates a visual separation in the page tree. You can use
TypoScript to also display these separators in the frontend navigation.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "This tutorial explains how to add or change content on an existing website using TYPO3 CMS. It provides the most basic instructions step by step and illustrated with screenshots.",
"license": "OPL-1.0",
"require": {
"typo3/cms-core": "^11.0"
"typo3/cms-core": "^14.3"
}
}