From 5cbbf72996dea21d93b2610aba7df6924cf0c052 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Thu, 27 Nov 2025 17:45:20 +0100 Subject: [PATCH 1/2] [TASK] Apply renaming of modules with TYPO3 14.0 Attention: Redirects required Releases: main --- .../BackendUsers/Administrator.rst | 22 +++-- .../Administration/BackendUsers/Groups.rst | 12 +-- .../Administration/BackendUsers/Index.rst | 4 +- Documentation/Concepts/Assets/Index.rst | 2 +- .../Backend/AdminTools/Environment.rst | 15 --- .../Backend/AdminTools/Extensions.rst | 15 --- .../Concepts/Backend/AdminTools/Settings.rst | 15 --- .../Concepts/Backend/AdminTools/Upgrade.rst | 15 --- .../Index.rst | 91 ++++++++----------- .../ContextMenu/Index.rst | 4 +- .../PageTree/Index.rst | 4 +- Documentation/Concepts/Backend/Index.rst | 25 ++--- .../{PageModule => LayoutModule}/Index.rst | 21 +++-- .../{FileModule => MediaModule}/Index.rst | 17 ++-- .../Backend/SiteManagement/PageTSconfig.rst | 6 +- .../Backend/SiteManagement/Redirects.rst | 6 +- .../Backend/SiteManagement/Settings.rst | 6 +- .../Backend/SiteManagement/TypoScript.rst | 6 +- .../{InfoModule => StatusModule}/Index.rst | 13 +-- .../SystemMaintainerArea/Configuration.rst | 16 ++++ .../ContentSecurityPolicy.rst | 12 ++- .../Backend/SystemMaintainerArea/Database.rst | 32 +++++++ .../SystemMaintainerArea/Environment.rst | 21 +++++ .../SystemMaintainerArea/Extensions.rst | 21 +++++ .../Index.rst | 18 ++-- .../Maintenance.rst | 16 +++- .../Backend/SystemMaintainerArea/Settings.rst | 21 +++++ .../Backend/SystemMaintainerArea/Upgrade.rst | 21 +++++ Documentation/Concepts/Cache/Index.rst | 2 +- .../Concepts/ProjectStructure/Index.rst | 2 +- Documentation/Concepts/TypoScript/Index.rst | 6 +- Documentation/FirstProject/CreateRootPage.rst | 17 ++-- Documentation/FirstProject/Settings.rst | 16 ++-- .../FirstProject/SiteManagement/Index.rst | 4 +- Documentation/Glossary/Index.rst | 8 +- .../FilelistModule/ContextMenu.rst.txt | 2 +- 36 files changed, 311 insertions(+), 223 deletions(-) delete mode 100644 Documentation/Concepts/Backend/AdminTools/Environment.rst delete mode 100644 Documentation/Concepts/Backend/AdminTools/Extensions.rst delete mode 100644 Documentation/Concepts/Backend/AdminTools/Settings.rst delete mode 100644 Documentation/Concepts/Backend/AdminTools/Upgrade.rst rename Documentation/Concepts/Backend/{SystemModules => AdministrationModules}/Index.rst (69%) rename Documentation/Concepts/Backend/{PageModule => LayoutModule}/Index.rst (88%) rename Documentation/Concepts/Backend/{FileModule => MediaModule}/Index.rst (89%) rename Documentation/Concepts/Backend/{InfoModule => StatusModule}/Index.rst (73%) create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Configuration.rst rename Documentation/Concepts/Backend/{AdminTools => SystemMaintainerArea}/ContentSecurityPolicy.rst (58%) create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Database.rst create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Environment.rst create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Extensions.rst rename Documentation/Concepts/Backend/{AdminTools => SystemMaintainerArea}/Index.rst (91%) rename Documentation/Concepts/Backend/{AdminTools => SystemMaintainerArea}/Maintenance.rst (83%) create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Settings.rst create mode 100644 Documentation/Concepts/Backend/SystemMaintainerArea/Upgrade.rst diff --git a/Documentation/Administration/BackendUsers/Administrator.rst b/Documentation/Administration/BackendUsers/Administrator.rst index 6f5c693d..e39cf919 100644 --- a/Documentation/Administration/BackendUsers/Administrator.rst +++ b/Documentation/Administration/BackendUsers/Administrator.rst @@ -14,11 +14,11 @@ The administrator account that was automatically created for you during `Installation `_ has the widest rights possible and is a System Maintainer. The System Maintainer is an Administrator who can also see and use the section -`Admin Tools `_ in the -backend. +`System maintainer area `_ +in the backend. .. tip:: - If your Backend User account does not seem to work for some reason, check + If your backend user account does not seem to work for some reason, check chapter `Troubleshooting common TYPO3 backend login problems `_. @@ -71,13 +71,13 @@ The first administrator got created for you during `Installation `_. When you log into the backend (See `Backend login `_) -you can go to module `Backend Users `_ +you can go to module `Administration > Users `_ and create a new administrator there. .. figure:: /Images/ManualScreenshots/BackendUser/CreateUser.png :alt: Screenshot of the "Backend Users" module demonstrating the location of the "Create new backend user" button in the module header - Open the module :guilabel:`System > Backend Users` and click on "Create new backend user" + Open the module :guilabel:`Administration > Users` and click on "Create new backend user" When creating the user check the "Admin" option: @@ -87,7 +87,7 @@ When creating the user check the "Admin" option: When you check the Admin option the form needs to reload once. Answer the dialogue with "OK". You can :ref:`Grant System Maintainer rights ` -in the Admin Tools later on. +in module :guilabel:`System > Maintenance` later on. .. _backend-users-admin-install-tool: @@ -115,12 +115,16 @@ Granting System Maintainer rights `Application context Development `_ all backend administrators can use the module. -Using the module :guilabel:`Admin Tools > Settings` and card +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + +Using the module :guilabel:`System > Settings` and card "Manage System Maintainers Access" you can manage which administrator accounts should be granted "System Maintainer" rights. .. figure:: /Images/ManualScreenshots/BackendUser/ManageSystemMaintainers.png - :alt: "Manage System Maintainers" window in the Admin Tools. + :alt: "Manage System Maintainers" window in the module System > Settings. Disabled backend admins are marked with [DISABLED], you can choose them any way. @@ -129,7 +133,7 @@ therefore this file needs to be writable. If your installation also has a file called :file:`config/system/additional.php` the settings can be overridden here. In this case changes you make in the -Admin Tools do not take effect. +module :guilabel:`System > Settings` do not take effect. A setting overriding the System Maintainer list could look like this: diff --git a/Documentation/Administration/BackendUsers/Groups.rst b/Documentation/Administration/BackendUsers/Groups.rst index 743b56dc..acc171ac 100644 --- a/Documentation/Administration/BackendUsers/Groups.rst +++ b/Documentation/Administration/BackendUsers/Groups.rst @@ -50,29 +50,29 @@ Grant access to the user_upload folder (file mounts) ==================================================== The :ref:`automatically created user groups ` from -the previous step have access to the :guilabel:`Media > Filelist` module, however, as +the previous step have access to the :guilabel:`Media` module, however, as the file mount is created automatically, they will only see an error message: .. figure:: /Images/ManualScreenshots/BackendUser/MissingFolderPermissions.png :alt: Error message: Missing folder permissions. You have no access to the folder "1:/user_upload/". - Error message when a user with the auto-generated groups opens the Filelist module + Error message when a user with the auto-generated groups opens the :guilabel:`Media` module Unless your users or their groups have at least one file mount they will not be able to upload files including images. -To create a file mount, go to the backend module :guilabel:`Media > Filelist` +To create a file mount, go to the backend module :guilabel:`Media` then choose the folder in which you want to create a file mount. Right click on the folder in the directory tree and choose "New Filemount" from the context menu: .. figure:: /Images/ManualScreenshots/BackendUser/CreateNewFilemount.png - :alt: New filemount option in the dropdown of a folder in the Filelist module in the TYPO3 backend + :alt: New filemount option in the dropdown of a folder in the Media module in the TYPO3 backend Create a new filemount, give a name to it and save it -Then go to the module :guilabel:`System > Backend Users`, choose "Backend user +Then go to the module :guilabel:`Administration > Users`, choose "Backend user groups" from the dropdown in the module header and edit the group of your users. In tab "Mounts and Workspaces", select field "File Mounts", choose the newly @@ -110,7 +110,7 @@ the page tree "Backend user group > Mounts and Workspaces > DB Mounts" and they have the other necessary permissions, they still cannot see any pages because the root page was created by an administrator and does not belong to a group. -You can fix such page permissions recursively in the module :guilabel:`System > +You can fix such page permissions recursively in the module :guilabel:`Administration > Permissions`. .. figure:: /Images/ManualScreenshots/BackendUser/PermissionsModule.png diff --git a/Documentation/Administration/BackendUsers/Index.rst b/Documentation/Administration/BackendUsers/Index.rst index a9102fa8..5a3b923e 100644 --- a/Documentation/Administration/BackendUsers/Index.rst +++ b/Documentation/Administration/BackendUsers/Index.rst @@ -15,8 +15,8 @@ The user that was automatically created for you during `Installation `_ has the widest rights possible and is a System Maintainer. The System Maintainer is an Administrator who can also see and use the section -`Admin Tools `_ in the -backend. +`System maintainer area `_ +in the backend. .. tip:: If your Backend User account does not seem to work for some reason, check diff --git a/Documentation/Concepts/Assets/Index.rst b/Documentation/Concepts/Assets/Index.rst index dd235344..e3532698 100644 --- a/Documentation/Concepts/Assets/Index.rst +++ b/Documentation/Concepts/Assets/Index.rst @@ -37,7 +37,7 @@ Files in the fileadmin directory are managed by the :ref:`File abstraction layer (FAL) `. They can be uploaded, moved and deleted in the backend module -:guilabel:`Media > Filelist` by administrators and +:guilabel:`Media` by administrators and depending on :ref:`permissions `, by editors. diff --git a/Documentation/Concepts/Backend/AdminTools/Environment.rst b/Documentation/Concepts/Backend/AdminTools/Environment.rst deleted file mode 100644 index 1a645e27..00000000 --- a/Documentation/Concepts/Backend/AdminTools/Environment.rst +++ /dev/null @@ -1,15 +0,0 @@ -:navigation-title: Environment -.. include:: /Includes.rst.txt -.. _admin-tools-environment: - -========================= -Environment (Admin Tools) -========================= - -Only available if :composer:`typo3/cms-install` is installed. - -The backend module :guilabel:`Admin Tools > Maintenance` offers tools -to system maintainers regarding the server environment like PHP and database -versions, directory status, mail setup and image processing. - -.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Backend/AdminTools/Extensions.rst b/Documentation/Concepts/Backend/AdminTools/Extensions.rst deleted file mode 100644 index 9e120f06..00000000 --- a/Documentation/Concepts/Backend/AdminTools/Extensions.rst +++ /dev/null @@ -1,15 +0,0 @@ -:navigation-title: Extensions -.. include:: /Includes.rst.txt -.. _admin-tools-extensions: - -======================== -Extensions (Admin Tools) -======================== - -Only available if :composer:`typo3/cms-extensionmanager` is installed. - -The backend module :guilabel:`Admin Tools > Extensions`, also called -"Extension Manager", can be used in Composer-based extensions to view which -TYPO3 extensions are installed. In non-Composer installation (not in the scope -of this guide) they can also be used to install and activate extensions: -:ref:`Installing an Extension using the Extension Manager `. diff --git a/Documentation/Concepts/Backend/AdminTools/Settings.rst b/Documentation/Concepts/Backend/AdminTools/Settings.rst deleted file mode 100644 index f5d7e9c7..00000000 --- a/Documentation/Concepts/Backend/AdminTools/Settings.rst +++ /dev/null @@ -1,15 +0,0 @@ -:navigation-title: Settings -.. include:: /Includes.rst.txt -.. _admin-tools-settings: - -====================== -Settings (Admin Tools) -====================== - -Only available if :composer:`typo3/cms-install` is installed. - -The backend module :guilabel:`Admin Tools > Settings` offers tools -to system maintainers regarding **global** settings that influence the complete -TYPO3 installation. - -.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Backend/AdminTools/Upgrade.rst b/Documentation/Concepts/Backend/AdminTools/Upgrade.rst deleted file mode 100644 index 21c50ccc..00000000 --- a/Documentation/Concepts/Backend/AdminTools/Upgrade.rst +++ /dev/null @@ -1,15 +0,0 @@ -:navigation-title: Upgrade -.. include:: /Includes.rst.txt -.. _admin-tools-upgrade: - -===================== -Upgrade (Admin Tools) -===================== - -Only available if :composer:`typo3/cms-install` is installed. - -The backend module :guilabel:`Admin Tools > Upgrade` offers tools -to system maintainers that are useful during -:ref:`Major upgrades (TYPO3 explained) `. - -.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Backend/SystemModules/Index.rst b/Documentation/Concepts/Backend/AdministrationModules/Index.rst similarity index 69% rename from Documentation/Concepts/Backend/SystemModules/Index.rst rename to Documentation/Concepts/Backend/AdministrationModules/Index.rst index 88685a72..a103e9d2 100644 --- a/Documentation/Concepts/Backend/SystemModules/Index.rst +++ b/Documentation/Concepts/Backend/AdministrationModules/Index.rst @@ -1,10 +1,16 @@ :navigation-title: System modules -.. include:: /Includes.rst.txt -.. _system-modules: -============== -System modules -============== +.. include:: /Includes.rst.txt +.. _system-modules: +.. _administration-modules: + +====================== +Administration modules +====================== + +.. versionchanged:: 14.0 + Most modules in this area have been moved from :guilabel:`System` + to :guilabel:`Administration `_. System modules are backend modules in the group "System" and they are only available to backend users with @@ -12,37 +18,47 @@ admin permissions. Some modules are only available when you have an optional system extension installed. If you want to see all available modules you can also make a -full TYPO3 install, see `https://get.typo3.org/misc/composer/helper`__. +full TYPO3 install, see https://get.typo3.org/misc/composer/helper .. contents:: Backend modules in group "System" .. _system-modules-permissions: +.. _administration-modules-permissions: Permissions =========== +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`System` to :guilabel:`Administration + `_. + In TYPO3, you can grant permissions to backend users. At first, a newly created backend user without any administrative -privileges has no access to neither the page module nor the +privileges has no access to neither the :guilabel:`Content > Layout` module nor the pages in the backend. -The module :guilabel:`System > Permissions` can be used to view or edit +The module :guilabel:`Administration > Permissions` can be used to view or edit these backend user permissions for pages in the backend. See also TYPO3 Explained, :ref:`Permissions management `. .. _system-modules-backend-users: +.. _administration-modules-backend-users: Backend Users ============= -The module :guilabel:`System > Backend Users` is used to create, edit and delete +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Administration` to :guilabel:`Administration` + `_. + +The module :guilabel:`System > Users` is used to create, edit and delete backend users. See also TYPO3 Explained, :ref:`Backend user management `. -.. _system-modules-integrations: +.. _administration-modules-integrations: Integrations backend module hub (optional) ========================================== @@ -57,7 +73,8 @@ It is only visible if at least one of its submodules is visible. Submodules can be provided by optional system extensions (see below) or third party extensions. -.. _system-modules-reactions: +.. _system-modules-reactions: +.. _administration-modules-reactions: Reactions (optional) -------------------- @@ -70,7 +87,8 @@ reaction records. It has its own manual: :ref:`TYPO3 Reactions `. -.. _system-modules-webhooks: +.. _system-modules-webhooks: +.. _administration-modules-webhooks: Webhooks (optional) ------------------- @@ -84,6 +102,7 @@ It has its own manual: :ref:`TYPO3 Webhooks `. .. _system-modules-scheduler: +.. _administration-modules-scheduler: Scheduler (optional) ==================== @@ -96,6 +115,7 @@ delivered by any extension. It has its own manual: :ref:`TYPO3 Scheduler `. .. _system-modules-scheduler-cronjobs: +.. _administration-modules-scheduler-cronjobs: Cron jobs in Scheduler ---------------------- @@ -117,55 +137,21 @@ job should be performed once or frequently. To test your pattern you can insert it `here `__ and test if it performs like you expect. When you are not familiar with cron jobs we refer to https://en.wikipedia.org/wiki/Cron. -.. _system-modules-dbcheck: - -DB check (optional) -=================== - -.. versionchanged:: 14.0 - The tool :guilabel:`Check and Update Reference Index` has been moved to - :guilabel:`Admin Tools > Maintenance` - -This module is only available if the system extension -:composer:`typo3/cms-lowlevel` is installed. - -The *Database (DB) check* module offers functions related -to the database and its content. - -Record Statistics - Shows a count of the various records in the database, - broken down by type for pages and content elements. - -Search - A tool to search through the whole database. It offers an - advanced mode which is similar to a visual query builder. - -Some third party extensions offer similar but extended functionality around -the database, for example :composer:`fixpunkt/backendtools` can be used during -development to find all pages that contain a certain plugin or that use -a certain backend layout etc. - -.. _system-modules-configuration: - -Configuration -============= - -The *Configuration* module can be used to view the various -configuration arrays used by the CMS. It is not the goal -of this tutorial to describe the role of each of these arrays, -you can discover their function as you dig deeper into -TYPO3 CMS. Let's just mention that the `$GLOBALS['TYPO3_CONF_VARS']` -contains global configuration values. .. _system-modules-reports: +.. _administration-modules-reports: Reports (optional) ================== +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`System` to :guilabel:`Administration` + `_. + This module is only available if the system extension :composer:`typo3/cms-reports` is installed. -The :guilabel:`System > Reports` module contains information and diagnostic data +The :guilabel:`Administration > Reports` module contains information and diagnostic data about your TYPO3 installation. It is recommended that you regularly check the "Status Report" as it will inform you about configuration errors, security issues, etc. @@ -176,6 +162,7 @@ extensions. For example :composer:`apache-solr-for-typo3/solr` offers its own section in the report module. .. _system-modules-log: +.. _administration-modules-log: Log === diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst index 94e387de..755be096 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst @@ -8,7 +8,7 @@ The context menus While learning about the :ref:`page tree `, we were introduced to contextual menus -when selecting icons in the Page module. +when selecting icons in the :guilabel:`Content > Layout` module. Contextual menus exist throughout the CMS's backend. You will notice that different sets of @@ -19,6 +19,6 @@ For example, there is a contextual menu in the :guilabel:`Content > Records` vie .. include:: /Images/AutomaticScreenshots/RecordsModule/ContextMenu.rst.txt -or in the :guilabel:`Media > Filelist` view: +or in the :guilabel:`Media` view: .. include:: /Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index 0bf7f6ad..27c966c7 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -14,9 +14,9 @@ the arrow to the left of each page. .. rst-class:: bignums -1. :ref:`Enter the backend ` and select the page module +1. :ref:`Enter the backend ` and select the :guilabel:`Content > Layout` module - Click on :guilabel:`Content > Page` now. + Click on :guilabel:`Content > Layout` 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 67b266d8..685709e4 100644 --- a/Documentation/Concepts/Backend/Index.rst +++ b/Documentation/Concepts/Backend/Index.rst @@ -26,15 +26,15 @@ You can view and try out the TYPO3 backend on this `demo `, where the page content can be edited, :guilabel:`Content > Records` where database records can be viewed and edited and -:ref:`Info ` where you can find information provided by different -system and third-party extension. Many page modules provided by third-party +:ref:`Content > Status ` where you can find information provided by different +system and third-party extension. Many content modules provided by third-party extensions can also be found in this area. -:guilabel:`Site Management` is for the setup of a site. Here it is possible to +:guilabel:`Sites` is for the setup of a site. Here it is possible to specify the site name, assign domains and select languages. -:ref:`Media > Filelist ` is for viewing and managing files including +:ref:`Media ` is for viewing and managing files including documents, images and videos. -:guilabel:`Admin Tools` are administrative modules for maintenance and performing +The modules in the top level module :guilabel:`System` are system modules for +maintenance, global settings and performing upgrades. One module is the Extension manager for enabling/disabling third-party extensions. -:ref:`System ` is where administrators control access to the +:ref:`Administration ` is where administrators control access to the backend, view error logs and provide information specific to the installation. diff --git a/Documentation/Concepts/Backend/PageModule/Index.rst b/Documentation/Concepts/Backend/LayoutModule/Index.rst similarity index 88% rename from Documentation/Concepts/Backend/PageModule/Index.rst rename to Documentation/Concepts/Backend/LayoutModule/Index.rst index 3f82a5f3..3c30ec47 100644 --- a/Documentation/Concepts/Backend/PageModule/Index.rst +++ b/Documentation/Concepts/Backend/LayoutModule/Index.rst @@ -1,29 +1,32 @@ -:navigation-title: Page module +:navigation-title: Layout module + .. include:: /Includes.rst.txt .. _page-content: -============================== -"Page" backend module in TYPO3 -============================== +================================ +"Layout" backend module in TYPO3 +================================ .. versionchanged:: 14.0 - The main module `Web` has been renamed to `Content`. + The main module `Web` has been renamed to `Content`, the module itself has + been renamed from `Page` to `Layout`. See `Feature: #107628 - Improved backend module naming and structure `_ -The :guilabel:`Content > Page` module is used by the editors of the site to add +The :guilabel:`Content > Layout` 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 `, covers practical topics on how to work with content. -.. contents:: Topics related to the page module +.. contents:: Topics related to the :guilabel:`Content > Layout` module .. _page-layout: Page layout / backend layout ============================ -Within the Page module there can be one or more areas (also called columns) +Within the :guilabel:`Content > Layout` module there can be one or more areas +(also called columns) in which content can be added. The columns to be displayed in the backend are defined via page TSconfig in a so-called backend layout, sometimes also called page layout. The site package tutorial describes how page layouts @@ -109,7 +112,7 @@ How to preview a page The preview function in TYPO3 allows you to check pages before publishing them. -#. Preview from the Page Module +#. Preview from the :guilabel:`Content > Layout` module * You can preview a page by clicking the page icon of the desired page in the page tree. Click the ´show´ icon in the appearing context menu. diff --git a/Documentation/Concepts/Backend/FileModule/Index.rst b/Documentation/Concepts/Backend/MediaModule/Index.rst similarity index 89% rename from Documentation/Concepts/Backend/FileModule/Index.rst rename to Documentation/Concepts/Backend/MediaModule/Index.rst index dd20ddf4..b89f5e1a 100644 --- a/Documentation/Concepts/Backend/FileModule/Index.rst +++ b/Documentation/Concepts/Backend/MediaModule/Index.rst @@ -1,11 +1,12 @@ .. include:: /Includes.rst.txt .. _file-module: +.. _media-module: -=================== -The Filelist module -=================== +================ +The Media module +================ -The :guilabel:`Media > Filelist` module is where you can manage +The :guilabel:`Media` module is where you can manage all the :ref:`media and downloads ` associated with your TYPO3 website. The Editors Guide describes how to @@ -20,7 +21,7 @@ or another :ref:`extension `. Fileadmin - the default file storage ==================================== -By default all media managed via the Filelist module is stored in the folder +By default all media managed via the :guilabel:`Media` module is stored in the folder :path:`public/fileadmin`. This folder is publicly accessible and it is possible for attackers to access @@ -43,7 +44,7 @@ TYPO3 Explained, chapter :ref:`File storages `. @@ -80,12 +81,12 @@ references ` File metadata ============== -A number of metadata fields for media uploaded in the Filelist module is +A number of metadata fields for media uploaded in the :guilabel:`Media` module is available out-of-the-box. Additional metadata fields are available if the system extension :composer:`typo3/cms-filemetadata` is installed. For accessibility reasons, images should always have an alt text defined. -Editors can input an alt text either in the file metadata in the Filelist module +Editors can input an alt text either in the file metadata in the :guilabel:`Media` module or override it in the file relation when they use an image in a content element. By using the :ref:`Image ViewHelper ` diff --git a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst index 86cfea58..f38b82b5 100644 --- a/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst +++ b/Documentation/Concepts/Backend/SiteManagement/PageTSconfig.rst @@ -2,9 +2,9 @@ .. include:: /Includes.rst.txt .. _site-management-page-tsconfig: -====================================== -Page TSconfig module (Site management) -====================================== +============================ +Page TSconfig module (Sites) +============================ This module works in a similar way like the :ref:`TypoScript module `. diff --git a/Documentation/Concepts/Backend/SiteManagement/Redirects.rst b/Documentation/Concepts/Backend/SiteManagement/Redirects.rst index dee8739e..b94dd1fe 100644 --- a/Documentation/Concepts/Backend/SiteManagement/Redirects.rst +++ b/Documentation/Concepts/Backend/SiteManagement/Redirects.rst @@ -2,9 +2,9 @@ .. include:: /Includes.rst.txt .. _site-management-redirects: -================================== -Redirects module (Site management) -================================== +======================== +Redirects module (Sites) +======================== This backend module is only available if the optional system extension :composer:`typo3/cms-redirects` is installed. diff --git a/Documentation/Concepts/Backend/SiteManagement/Settings.rst b/Documentation/Concepts/Backend/SiteManagement/Settings.rst index 995e7f38..669b901b 100644 --- a/Documentation/Concepts/Backend/SiteManagement/Settings.rst +++ b/Documentation/Concepts/Backend/SiteManagement/Settings.rst @@ -2,9 +2,9 @@ .. include:: /Includes.rst.txt .. _site-management-settings: -================================= -Settings module (Site management) -================================= +======================= +Settings module (Sites) +======================= .. note:: Content will follow, for now see TYPO3 explained, diff --git a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst index 40273e99..ac6c5808 100644 --- a/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst +++ b/Documentation/Concepts/Backend/SiteManagement/TypoScript.rst @@ -2,9 +2,9 @@ .. include:: /Includes.rst.txt .. _site-management-typoscript: -=================================== -TypoScript module (Site management) -=================================== +========================= +TypoScript module (Sites) +========================= The TypoScript backend module can be used to debug the TypoScript configuration that you provided via your site as described in diff --git a/Documentation/Concepts/Backend/InfoModule/Index.rst b/Documentation/Concepts/Backend/StatusModule/Index.rst similarity index 73% rename from Documentation/Concepts/Backend/InfoModule/Index.rst rename to Documentation/Concepts/Backend/StatusModule/Index.rst index 0ba65092..d0161b22 100644 --- a/Documentation/Concepts/Backend/InfoModule/Index.rst +++ b/Documentation/Concepts/Backend/StatusModule/Index.rst @@ -1,17 +1,18 @@ .. include:: /Includes.rst.txt -.. index:: Modules; Info +.. index:: Modules; Status .. _info-functions-modules: .. _info-module: +.. _status-module: -=========== -Info module -=========== +============= +Status module +============= .. versionchanged:: 14.0 - The main module `Web` has been renamed to `Content`. + The module `Web > Info` has been renamed to `Content > Status`. See `Feature: #107628 - Improved backend module naming and structure `_ -The :guilabel:`Content > Info` module displays a variety of information +The :guilabel:`Content > Status` 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/SystemMaintainerArea/Configuration.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Configuration.rst new file mode 100644 index 00000000..73fcbdf8 --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Configuration.rst @@ -0,0 +1,16 @@ +:navigation-title: Configuration + +.. include:: /Includes.rst.txt +.. _system-modules-configuration: +.. _administration-modules-configuration: + +====================== +Configuration (System) +====================== + +The :guilabel:`System > Configuration` module can be used to view the various +configuration arrays used by the CMS. It is not the goal +of this tutorial to describe the role of each of these arrays, +you can discover their function as you dig deeper into +TYPO3 CMS. Let's just mention that the `$GLOBALS['TYPO3_CONF_VARS']` +contains global configuration values. diff --git a/Documentation/Concepts/Backend/AdminTools/ContentSecurityPolicy.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/ContentSecurityPolicy.rst similarity index 58% rename from Documentation/Concepts/Backend/AdminTools/ContentSecurityPolicy.rst rename to Documentation/Concepts/Backend/SystemMaintainerArea/ContentSecurityPolicy.rst index 67d5821f..42acbd75 100644 --- a/Documentation/Concepts/Backend/AdminTools/ContentSecurityPolicy.rst +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/ContentSecurityPolicy.rst @@ -1,10 +1,16 @@ :navigation-title: Content Security Policy + .. include:: /Includes.rst.txt .. _admin-tools-csp: +.. _system-csp: + +================================ +Content Security Policy (System) +================================ -===================================== -Content Security Policy (Admin Tools) -===================================== +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. :ref:`Content Security Policy ` declarations can be applied to a TYPO3 website in frontend and backend scope with a dedicated diff --git a/Documentation/Concepts/Backend/SystemMaintainerArea/Database.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Database.rst new file mode 100644 index 00000000..9468e29a --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Database.rst @@ -0,0 +1,32 @@ +:navigation-title: Database + +.. include:: /Includes.rst.txt +.. _system-modules-dbcheck: +.. _system-modules-database: + +================= +Database (System) +================= + +.. versionchanged:: 14.0 + The tool :guilabel:`Check and Update Reference Index` has been moved to + :guilabel:`System > Maintenance` + +This module is only available if the system extension +:composer:`typo3/cms-lowlevel` is installed. + +The :guilabel:`System > Database` module offers functions related +to the database and its content. + +Record Statistics + Shows a count of the various records in the database, + broken down by type for pages and content elements. + +Search + A tool to search through the whole database. It offers an + advanced mode which is similar to a visual query builder. + +Some third party extensions offer similar but extended functionality around +the database, for example :composer:`fixpunkt/backendtools` can be used during +development to find all pages that contain a certain plugin or that use +a certain backend layout etc. diff --git a/Documentation/Concepts/Backend/SystemMaintainerArea/Environment.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Environment.rst new file mode 100644 index 00000000..a83d53a7 --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Environment.rst @@ -0,0 +1,21 @@ +:navigation-title: Environment + +.. include:: /Includes.rst.txt +.. _admin-tools-environment: +.. _system-environment: + +==================== +Environment (System) +==================== + +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + +Only available if :composer:`typo3/cms-install` is installed. + +The backend module :guilabel:`System > Environment` offers tools +to system maintainers regarding the server environment like PHP and database +versions, directory status, mail setup and image processing. + +.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Backend/SystemMaintainerArea/Extensions.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Extensions.rst new file mode 100644 index 00000000..85ef5986 --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Extensions.rst @@ -0,0 +1,21 @@ +:navigation-title: Extensions + +.. include:: /Includes.rst.txt +.. _admin-tools-extensions: +.. _system-extensions: + +=================== +Extensions (System) +=================== + +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + +Only available if :composer:`typo3/cms-extensionmanager` is installed. + +The backend module :guilabel:`System > Extensions`, also called +"Extension Manager", can be used in Composer-based extensions to view which +TYPO3 extensions are installed. In Classic mode installation (not in the scope +of this guide) they can also be used to install and activate extensions: +:ref:`Installing an Extension using the Extension Manager `. diff --git a/Documentation/Concepts/Backend/AdminTools/Index.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Index.rst similarity index 91% rename from Documentation/Concepts/Backend/AdminTools/Index.rst rename to Documentation/Concepts/Backend/SystemMaintainerArea/Index.rst index 7ff0bb3a..15bc377d 100644 --- a/Documentation/Concepts/Backend/AdminTools/Index.rst +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Index.rst @@ -1,9 +1,10 @@ .. include:: /Includes.rst.txt .. _admin-tools: +.. _system-maintainer-area: -=========== -Admin Tools -=========== +====================== +System maintainer area +====================== In the :ref:`User Management ` chapter we covered the *Access* and *Backend Users* module. In this section we take a look @@ -19,17 +20,20 @@ The following modules are available in a full TYPO3 installation: Settings Upgrade Environment - ContentSecurityPolicy Extensions + Database + Configuration + ContentSecurityPolicy .. contents:: .. _admin-tools-access: +.. _system-maintainer-access: -Accessing the Admin Tools -========================= +Accessing the system maintainer area +==================================== -The Admin Tools can only be accessed from the backend if: +The system maintainer area can only be accessed from the backend if: * :composer:`typo3/cms-install` is installed. This system extension became optional with TYPO3 13. diff --git a/Documentation/Concepts/Backend/AdminTools/Maintenance.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Maintenance.rst similarity index 83% rename from Documentation/Concepts/Backend/AdminTools/Maintenance.rst rename to Documentation/Concepts/Backend/SystemMaintainerArea/Maintenance.rst index 4d443146..d2a3320e 100644 --- a/Documentation/Concepts/Backend/AdminTools/Maintenance.rst +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Maintenance.rst @@ -1,14 +1,20 @@ :navigation-title: Maintenance + .. include:: /Includes.rst.txt .. _admin-tools-maintenance: +.. _system-maintenance: -========================= -Maintenance (Admin Tools) -========================= +==================== +Maintenance (System) +==================== + +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. Only available if :composer:`typo3/cms-install` is installed. -The backend module :guilabel:`Admin Tools > Maintenance` offers tools +The backend module :guilabel:`System > Maintenance` offers tools to system maintainers that are necessary during development or updates. Some of the tools available here include: @@ -65,7 +71,7 @@ You can also create a new backend user from the console: ddev typo3 backend:user:create -and from the module :guilabel:`System > Backend Users`. The latter cannot +and from the module :guilabel:`Administration > Users`. The latter cannot grant system maintainer rights but is available to all admins. .. _admin-tools-maintenance-reference-index: diff --git a/Documentation/Concepts/Backend/SystemMaintainerArea/Settings.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Settings.rst new file mode 100644 index 00000000..70636b8d --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Settings.rst @@ -0,0 +1,21 @@ +:navigation-title: Settings + +.. include:: /Includes.rst.txt +.. _admin-tools-settings: +.. _system-settings: + +====================== +Settings (System) +====================== + +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + +Only available if :composer:`typo3/cms-install` is installed. + +The backend module :guilabel:`System > Settings` offers tools +to system maintainers regarding **global** settings that influence the complete +TYPO3 installation. + +.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Backend/SystemMaintainerArea/Upgrade.rst b/Documentation/Concepts/Backend/SystemMaintainerArea/Upgrade.rst new file mode 100644 index 00000000..e10f7cca --- /dev/null +++ b/Documentation/Concepts/Backend/SystemMaintainerArea/Upgrade.rst @@ -0,0 +1,21 @@ +:navigation-title: Upgrade + +.. include:: /Includes.rst.txt +.. _admin-tools-upgrade: +.. _system-upgrade: + +================ +Upgrade (System) +================ + +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + +Only available if :composer:`typo3/cms-install` is installed. + +The backend module :guilabel:`System > Upgrade` offers tools +to system maintainers that are useful during +:ref:`Major upgrades (TYPO3 explained) `. + +.. todo: Describe the tools available here diff --git a/Documentation/Concepts/Cache/Index.rst b/Documentation/Concepts/Cache/Index.rst index ae26a8c2..a407d341 100644 --- a/Documentation/Concepts/Cache/Index.rst +++ b/Documentation/Concepts/Cache/Index.rst @@ -35,7 +35,7 @@ Here are the main ways to clear caches in TYPO3 13: .. figure:: /Images/ManualScreenshots/ClearCache/Toolbar.png * For deeper cache management, you can use the Install Tool: - In :guilabel:`Admin Tools > Maintenance` you can find the option to + In :guilabel:`System > Maintenance` you can find the option to clear all caches. This will refresh everything, including caches that aren't typically cleared through the backend top bar. diff --git a/Documentation/Concepts/ProjectStructure/Index.rst b/Documentation/Concepts/ProjectStructure/Index.rst index 602bca16..12cdf4f0 100644 --- a/Documentation/Concepts/ProjectStructure/Index.rst +++ b/Documentation/Concepts/ProjectStructure/Index.rst @@ -76,7 +76,7 @@ The following files are processed: The folder :file:`config/system/` contains the installation-wide * :file:`settings.php`: :ref:`Configuration ` written - by the :guilabel:`Admin Tools > Settings` backend module + by the :guilabel:`System > Settings` backend module * :file:`additional.php`: :ref:`Manually created file ` which can override settings from :file:`settings.php` file diff --git a/Documentation/Concepts/TypoScript/Index.rst b/Documentation/Concepts/TypoScript/Index.rst index f54c4e4a..0896612d 100644 --- a/Documentation/Concepts/TypoScript/Index.rst +++ b/Documentation/Concepts/TypoScript/Index.rst @@ -83,12 +83,12 @@ Debug the TypoScript in the backend module "Active TypoScript" ============================================================== Open the backend module -:guilabel:`Site Management > TypoScript > Active TypoScript`. +:guilabel:`Sites > TypoScript > Active TypoScript`. .. figure:: ActiveTypoScript.png - :alt: Screenshot of the submodule "Active TypoScript" in the module "Site Management > TypoScript" + :alt: Screenshot of the submodule "Active TypoScript" in the module "Sites > TypoScript" - Switch the submodules of module :guilabel:`Site Management > TypoScript` + Switch the submodules of module :guilabel:`Sites > TypoScript` using the Dropdown in the module header. You can find the variable `page` that you just defined. The other variables have diff --git a/Documentation/FirstProject/CreateRootPage.rst b/Documentation/FirstProject/CreateRootPage.rst index 1eb88812..930a2470 100644 --- a/Documentation/FirstProject/CreateRootPage.rst +++ b/Documentation/FirstProject/CreateRootPage.rst @@ -18,7 +18,8 @@ you will learn how to create a root page in TYPO3 v13. * You have TYPO3 :ref:`installed ` and can log into the backend. - * You have access to the Page module and permission to create pages. + * You have access to the :guilabel:`Content > Layout` module and + permission to create pages. * You are familiar with the basic layout of the TYPO3 `Backend `_. @@ -33,11 +34,14 @@ Create a new page on root level 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. +Once you log into the TYPO3 backend, locate the :guilabel:`Content > Layout` +module on the left-hand side of the screen. + +Click on the :guilabel:`Layout` module to open +the page tree. .. figure:: /Images/ManualScreenshots/CreateRootPage/CreateNewPage.png - :alt: The "Page" module in the TYPO3 backend with a context menu to create a new page + :alt: The "Content > Layout" module in the TYPO3 backend with a context menu to create a new page * In the page tree, right-click on the "root level" or the top node of the page tree (if no pages exist yet, this will likely be labeled as "site" or similar). @@ -73,7 +77,7 @@ form. Your new root page will now appear in the page tree on the left. The page is only visible in the Backend at this point .. figure:: /Images/ManualScreenshots/CreateRootPage/PageCreated.png - :alt: Backend module "Page" with a newly created but still disabled root page + :alt: Backend module "Content > Layout" with a newly created but still disabled root page The root page is disabled, therefore it is marked with the red icon. You can enable it in the context menu. @@ -90,7 +94,8 @@ created automatically and you can edit it: .. figure:: /Images/ManualScreenshots/CreateRootPage/AutogeneratedSiteConfig.png :alt: The auto-generated site of a new root page viewed in the "Sites" module - You can find the auto-generated site configuration for your root page in the module :guilabel:`Site Management > Sites` + You can find the auto-generated site configuration for your root page in + the module :guilabel:`Sites > Setup` .. _create-root-page-site-package: diff --git a/Documentation/FirstProject/Settings.rst b/Documentation/FirstProject/Settings.rst index 866a8cc5..4294a942 100644 --- a/Documentation/FirstProject/Settings.rst +++ b/Documentation/FirstProject/Settings.rst @@ -28,9 +28,13 @@ manual changes to the first file mentioned, as it is auto-managed. Global extension settings ------------------------- +.. versionchanged:: 14.0 + This module has been moved from :guilabel:`Admin tools` to :guilabel:`System` + see `Feature: #107628 - Improved backend module naming and structure `_. + Global settings for installed extensions, including some that are part of a default installation, can be made in the -:guilabel:`Admin Tools > Settings > Extension Configuration` submodule. +:guilabel:`System > Settings > Extension Configuration` submodule. .. figure:: /Images/ManualScreenshots/AdminTools/ExtensionConfiguration.png :alt: Screenshot demonstration the location of the Extension Configuration in module "Settings" @@ -60,7 +64,7 @@ Read more about this in the chapter: :ref:`siteconfiguration`. Site configurations are stored in a file called :file:`config/sites/my-site/config.yaml` and can be edited from the -:guilabel:`Site Management > Sites` module. Each site must have a unique key, called +:guilabel:`Sites > Setup` module. Each site must have a unique key, called the "Site Identifier". For demonstration purposes, we use "my-site" here. The Site Identifier is also used as the path for saving the configuration file. @@ -80,7 +84,7 @@ Site settings Starting with TYPO3 v13.3, site settings can also be edited in the site settings editor. -You can edit site settings in the :guilabel:`Site Management > Settings` module. +You can edit site settings in the :guilabel:`Sites > Setup > Settings` module. Changes are written to the :file:`config/sites/my-site/settings.yaml` file. If you keep this file under version control, you must commit and push the changes made to this file. @@ -125,13 +129,9 @@ For detailed information on this topic, see also Page wide frontend definitions: TypoScript ========================================== -.. versionchanged:: 12.0 - This module was renamed. With TYPO3 v12 it was moved from - :guilabel:`Web > Template` to :guilabel:`Site Management > TypoScript`. - TypoScript is a configuration language used to configure both the frontend output and the backend of a TYPO3 web site. TypoScript can be managed in a TypoScript -record, which can be found in the :guilabel:`Site Management > TypoScript` module. +record, which can be found in the :guilabel:`Sites > TypoScript` module. .. figure:: /Images/ManualScreenshots/SiteManagement/TypoScriptModule.png :ref: Screenshot demonstrating the TypoScript overview module diff --git a/Documentation/FirstProject/SiteManagement/Index.rst b/Documentation/FirstProject/SiteManagement/Index.rst index 158853da..4789dbd6 100644 --- a/Documentation/FirstProject/SiteManagement/Index.rst +++ b/Documentation/FirstProject/SiteManagement/Index.rst @@ -26,7 +26,7 @@ your site in the page tree. The site configuration is stored in a file called :file:`config/sites/my_site/config.yaml`. For your convenience, you can -edit this file using the backend module: :guilabel:`Site Management > Sites`. +edit this file using the backend module: :guilabel:`Sites > Setup`. Available root pages should be listed in this module. Click the button :guilabel:`Add new site configuration` next to the relevant @@ -191,7 +191,7 @@ Site management: Trouble shooting you fix the problem in the page tree: .. figure:: /FirstProject/SiteManagement/NoPagesFound.png - :alt: No pages found! Please add at least one page through the Page module. + :alt: No pages found! Please add at least one page through the Layout module. Malformed YAML can only be corrected by editing the config file. diff --git a/Documentation/Glossary/Index.rst b/Documentation/Glossary/Index.rst index df573df9..09a3daa4 100644 --- a/Documentation/Glossary/Index.rst +++ b/Documentation/Glossary/Index.rst @@ -17,9 +17,8 @@ Glossary is a web server. Others are Nginx, Microsoft IIS and Caddy Server (`see system requirements `__). Admin Tools - Admin tools are a group of backend modules. - These include maintaining the installation, adjusting settings, executing upgrade wizards, - checking environment information and setting up extensions. + Admin tools was until TYPO3 14.0 the group of modules now listed in the + system maintainer area Admin User @@ -141,8 +140,7 @@ Glossary documents, and media, that are used on your website. Filelist - The filelist is a backend module where you can upload files and - manage your uploaded files. + Until TYPO3 14.0 the :guilabel:`Media` module was called "Filelist". FAL :ref:`File abstraction layer (FAL) ` is a diff --git a/Documentation/Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt b/Documentation/Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt index 71de4730..588b6272 100644 --- a/Documentation/Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt +++ b/Documentation/Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt @@ -3,4 +3,4 @@ .. figure:: /Images/AutomaticScreenshots/FilelistModule/ContextMenu.png :class: with-shadow - The contextual menu in the Filelist + The contextual menu in the Media module From 0d84f002c41657f0b8e128f691dc12c3a4401a37 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Thu, 27 Nov 2025 18:08:23 +0100 Subject: [PATCH 2/2] [TASK] Apply renaming of modules with TYPO3 14.0 Attention: Redirects required on merging Releases: main --- Documentation/Concepts/Backend/Index.rst | 4 ++-- Documentation/Concepts/Backend/LayoutModule/Index.rst | 1 + Documentation/Concepts/Backend/RecordsModule/Index.rst | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/Concepts/Backend/Index.rst b/Documentation/Concepts/Backend/Index.rst index 685709e4..7bd382bd 100644 --- a/Documentation/Concepts/Backend/Index.rst +++ b/Documentation/Concepts/Backend/Index.rst @@ -48,7 +48,7 @@ user sees depends on the access rights that have been given to them. 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, +such as :ref:`Layout `, where the page content can be edited, :guilabel:`Content > Records` where database records can be viewed and edited and :ref:`Content > Status ` where you can find information provided by different system and third-party extension. Many content modules provided by third-party @@ -57,7 +57,7 @@ extensions can also be found in this area. :guilabel:`Sites` is for the setup of a site. Here it is possible to specify the site name, assign domains and select languages. -:ref:`Media ` is for viewing and managing files including +:ref:`Media ` is for viewing and managing files including documents, images and videos. The modules in the top level module :guilabel:`System` are system modules for diff --git a/Documentation/Concepts/Backend/LayoutModule/Index.rst b/Documentation/Concepts/Backend/LayoutModule/Index.rst index 3c30ec47..a7aa8d98 100644 --- a/Documentation/Concepts/Backend/LayoutModule/Index.rst +++ b/Documentation/Concepts/Backend/LayoutModule/Index.rst @@ -2,6 +2,7 @@ .. include:: /Includes.rst.txt .. _page-content: +.. _layout-module: ================================ "Layout" backend module in TYPO3 diff --git a/Documentation/Concepts/Backend/RecordsModule/Index.rst b/Documentation/Concepts/Backend/RecordsModule/Index.rst index db885f3b..81789aa6 100644 --- a/Documentation/Concepts/Backend/RecordsModule/Index.rst +++ b/Documentation/Concepts/Backend/RecordsModule/Index.rst @@ -1,5 +1,6 @@ .. include:: /Includes.rst.txt .. index:: Modules; Records module +.. _list-module: .. _records-module: ==================