diff --git a/Documentation/Pages/PageTypes/Index.rst b/Documentation/Pages/PageTypes/Index.rst index 301f163..9f55195 100644 --- a/Documentation/Pages/PageTypes/Index.rst +++ b/Documentation/Pages/PageTypes/Index.rst @@ -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 `. - 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. diff --git a/composer.json b/composer.json index 3e437a1..c678787 100644 --- a/composer.json +++ b/composer.json @@ -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" } }