diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst index aea06740..43a64762 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst @@ -22,7 +22,7 @@ Situated in the center left of page is the Module menu (2) This is the main menu of the TYPO3 CMS backend. It is divided - into main modules (:guilabel:`WEB`, :guilabel:`FILE`, etc.) and + into main modules (:guilabel:`Content`, :guilabel:`File`, etc.) and their sub-modules. :ref:`Page tree ` (3) diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index 524898ec..98699872 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -16,7 +16,7 @@ the arrow to the left of each page. 1. :ref:`Enter the backend ` and select the page module - Click on **WEB** > **Page** now. + Click on :guilabel:`Content > Page` now. 2. Look at the page tree in the backend: diff --git a/Documentation/Concepts/Backend/Index.rst b/Documentation/Concepts/Backend/Index.rst index 1408ea3c..681fea52 100644 --- a/Documentation/Concepts/Backend/Index.rst +++ b/Documentation/Concepts/Backend/Index.rst @@ -39,10 +39,14 @@ You can view and try out the TYPO3 backend on this `demo `_ + The backend contains modules that are grouped by task. Which modules a user sees depends on the access rights that have been given to them. -The :guilabel:`Web` group contains a set of modules for the creation and +The :guilabel:`Content` group contains a set of modules for the creation and management of pages and content. This group contains important backend modules such as :ref:`Pages `, where the page content can be edited, :ref:`List ` where database records can be viewed and edited and diff --git a/Documentation/Concepts/Backend/InfoModule/Index.rst b/Documentation/Concepts/Backend/InfoModule/Index.rst index 6f6c9367..0ba65092 100644 --- a/Documentation/Concepts/Backend/InfoModule/Index.rst +++ b/Documentation/Concepts/Backend/InfoModule/Index.rst @@ -7,7 +7,11 @@ Info module =========== -The **WEB > Info** module displays a variety of information +.. versionchanged:: 14.0 + The main module `Web` has been renamed to `Content`. + See `Feature: #107628 - Improved backend module naming and structure `_ + +The :guilabel:`Content > Info` module displays a variety of information related to the pages in your web site. It contains several functions which can be accessed from the dropdown menu in the docheader. For example, the *Localization Overview* lets diff --git a/Documentation/Concepts/Backend/ListModule/Index.rst b/Documentation/Concepts/Backend/ListModule/Index.rst index 443f45b4..5f2f7cc8 100644 --- a/Documentation/Concepts/Backend/ListModule/Index.rst +++ b/Documentation/Concepts/Backend/ListModule/Index.rst @@ -6,10 +6,14 @@ The list module =============== +.. versionchanged:: 14.0 + The main module `Web` has been renamed to `Content`. + See `Feature: #107628 - Improved backend module naming and structure `_ + Almost all data stored in the database is represented as a :ref:`Database record ` in the TYPO3 backend. -The respective backend module called :guilabel:`Web > List` module can be +The respective backend module called :guilabel:`Content > List` module can be used to view, edit, search and export database records. How to use the List module effectively for managing database records is diff --git a/Documentation/Concepts/Backend/PageModule/Index.rst b/Documentation/Concepts/Backend/PageModule/Index.rst index aeef041e..3f82a5f3 100644 --- a/Documentation/Concepts/Backend/PageModule/Index.rst +++ b/Documentation/Concepts/Backend/PageModule/Index.rst @@ -6,7 +6,11 @@ "Page" backend module in TYPO3 ============================== -The :guilabel:`Web > Page` module is used by the editors of the site to add +.. versionchanged:: 14.0 + The main module `Web` has been renamed to `Content`. + See `Feature: #107628 - Improved backend module naming and structure `_ + +The :guilabel:`Content > Page` module is used by the editors of the site to add and modify content elements on the page. The Editors Guide, chapter :ref:`Content Elements `, diff --git a/Documentation/FirstProject/CreateRootPage.rst b/Documentation/FirstProject/CreateRootPage.rst index 72806a9b..1eb88812 100644 --- a/Documentation/FirstProject/CreateRootPage.rst +++ b/Documentation/FirstProject/CreateRootPage.rst @@ -29,7 +29,11 @@ you will learn how to create a root page in TYPO3 v13. Create a new page on root level =============================== -Once you log into the TYPO3 backend, locate the :guilabel:`Web > Page` module on the left-hand +.. versionchanged:: 14.0 + The main module `Web` has been renamed to `Content`. + See `Feature: #107628 - Improved backend module naming and structure `_ + +Once you log into the TYPO3 backend, locate the :guilabel:`Content > Page` module on the left-hand side of the screen. Click on the Page module to open the page tree. .. figure:: /Images/ManualScreenshots/CreateRootPage/CreateNewPage.png