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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <page-tree>` (3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the arrow to the left of each page.

1. :ref:`Enter the backend <backend-login>` 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:

Expand Down
6 changes: 5 additions & 1 deletion Documentation/Concepts/Backend/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ You can view and try out the TYPO3 backend on this `demo <https://demo.typo3.org
Backend modules
---------------

.. versionchanged:: 14.0
The main module `Web` has been renamed to `Content`.
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_

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 <page-content>`, where the page content can be edited,
:ref:`List <list-module>` where database records can be viewed and edited and
Expand Down
6 changes: 5 additions & 1 deletion Documentation/Concepts/Backend/InfoModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_

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
Expand Down
6 changes: 5 additions & 1 deletion Documentation/Concepts/Backend/ListModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_

Almost all data stored in the database is represented as a
:ref:`Database record <t3coreapi:database-records>` 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
Expand Down
6 changes: 5 additions & 1 deletion Documentation/Concepts/Backend/PageModule/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_

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 <t3editors:content-elements>`,
Expand Down
6 changes: 5 additions & 1 deletion Documentation/FirstProject/CreateRootPage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_

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
Expand Down