Skip to content

Commit 88e830d

Browse files
authored
[TASK] Migrate "Reference Index" check into EXT:install (#761)
Holding of on updating screenshots as there will probably be more changes of this kind. References: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90955 Releases: main
1 parent e377127 commit 88e830d

File tree

7 files changed

+27
-7
lines changed

7 files changed

+27
-7
lines changed

Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Situated in the center left of page is the
2222

2323
Module menu (2)
2424
This is the main menu of the TYPO3 CMS backend. It is divided
25-
into main modules (:guilabel:`WEB`, :guilabel:`FILE`, etc.) and
25+
into main modules (:guilabel:`Content`, :guilabel:`File`, etc.) and
2626
their sub-modules.
2727

2828
:ref:`Page tree <page-tree>` (3)

Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the arrow to the left of each page.
1616

1717
1. :ref:`Enter the backend <backend-login>` and select the page module
1818

19-
Click on **WEB** > **Page** now.
19+
Click on :guilabel:`Content > Page` now.
2020

2121
2. Look at the page tree in the backend:
2222

Documentation/Concepts/Backend/Index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ You can view and try out the TYPO3 backend on this `demo <https://demo.typo3.org
3939
Backend modules
4040
---------------
4141

42+
.. versionchanged:: 14.0
43+
The main module `Web` has been renamed to `Content`.
44+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
45+
4246
The backend contains modules that are grouped by task. Which modules a
4347
user sees depends on the access rights that have been given to them.
4448

45-
The :guilabel:`Web` group contains a set of modules for the creation and
49+
The :guilabel:`Content` group contains a set of modules for the creation and
4650
management of pages and content. This group contains important backend modules
4751
such as :ref:`Pages <page-content>`, where the page content can be edited,
4852
:ref:`List <list-module>` where database records can be viewed and edited and

Documentation/Concepts/Backend/InfoModule/Index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
Info module
88
===========
99

10-
The **WEB > Info** module displays a variety of information
10+
.. versionchanged:: 14.0
11+
The main module `Web` has been renamed to `Content`.
12+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
13+
14+
The :guilabel:`Content > Info` module displays a variety of information
1115
related to the pages in your web site. It contains several
1216
functions which can be accessed from the dropdown menu in the
1317
docheader. For example, the *Localization Overview* lets

Documentation/Concepts/Backend/ListModule/Index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
The list module
77
===============
88

9+
.. versionchanged:: 14.0
10+
The main module `Web` has been renamed to `Content`.
11+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
12+
913
Almost all data stored in the database is represented as a
1014
:ref:`Database record <t3coreapi:database-records>` in the TYPO3 backend.
1115

12-
The respective backend module called :guilabel:`Web > List` module can be
16+
The respective backend module called :guilabel:`Content > List` module can be
1317
used to view, edit, search and export database records.
1418

1519
How to use the List module effectively for managing database records is

Documentation/Concepts/Backend/PageModule/Index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"Page" backend module in TYPO3
77
==============================
88

9-
The :guilabel:`Web > Page` module is used by the editors of the site to add
9+
.. versionchanged:: 14.0
10+
The main module `Web` has been renamed to `Content`.
11+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
12+
13+
The :guilabel:`Content > Page` module is used by the editors of the site to add
1014
and modify content elements on the page.
1115

1216
The Editors Guide, chapter :ref:`Content Elements <t3editors:content-elements>`,

Documentation/FirstProject/CreateRootPage.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ you will learn how to create a root page in TYPO3 v13.
2929
Create a new page on root level
3030
===============================
3131

32-
Once you log into the TYPO3 backend, locate the :guilabel:`Web > Page` module on the left-hand
32+
.. versionchanged:: 14.0
33+
The main module `Web` has been renamed to `Content`.
34+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
35+
36+
Once you log into the TYPO3 backend, locate the :guilabel:`Content > Page` module on the left-hand
3337
side of the screen. Click on the Page module to open the page tree.
3438

3539
.. figure:: /Images/ManualScreenshots/CreateRootPage/CreateNewPage.png

0 commit comments

Comments
 (0)