Skip to content

Latest commit

 

History

History
234 lines (155 loc) · 8.96 KB

File metadata and controls

234 lines (155 loc) · 8.96 KB

Managing content

..  youtube:: b-USBqOPD3c


Manage content elements in the TYPO3 backend

..  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>`_


In TYPO3, working with content happens mostly in the :guilabel:`Content > Layout` module. Chose the page you want to edit from the page tree.

You can Hide. Move or Copy & paste content elements using the context menu.

The following screenshot demonstrates how to open the :guilabel:`Content > Page` module:

Screenshot demonstrating the page module and the page tree in the TYPO3 backend

Click on :guilabel:`Content > Layout` in the module menu, then choose the page to be managed in the page tree

..  versionchanged:: 14.0
    This module has been renamed from :guilabel:`Web > Pages` to :guilabel:`Content > Layout`
        see `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_.

A typical view of the Content Layout module with various content columns

Common page icons explained:

  1. Use this icon to edit all the content elements of a column.
  2. Add a new content element to the column at this specific position.
  3. Content element icon. This can provide a visual clue to the type of content element. Click to access the context menu for the element (to perform actions like copy).
  4. This group of icons is enabled when hovering over the whole element.
    • Use the pencil icon to edit the element.
    • Enable/disable the element to show or hide it in the frontend
    • Delete the element.
    • Open the context menu.
  5. If the edit icons are missing you do not have sufficient permission to edit the content element in question.

You can temporarily hide content that should be hidden for a while but will be needed later. You can also hide a content element while you are still working on it. Hidden content elements are not visible in the frontend

A content element in the page module is hidden

Use the "hide" button to hide a content element. The second content element is hidden and can be unhidden by the same button.

A content element can also be hidden in the "Access" tab of its edit form, its context menu or the Content > Layout module.

You can move content elements using drag and drop. You can either drop them in one of the highlighted areas on the current page or drop them on a different page within the page tree.

Screenshot of moving a content element via drag and drop in the TYPO3 backend

Drop the content element on a page in the page tree to move it to another page

The context menu of a content menu in the TYO3 backend

Use the context menu of the upper left button of the content element to start copying a content element

Location of the paste button beside the "Create new content" button

Paste the content into the desired location.

You can also copy content elements by pressing Ctrl during drag and drop.

Copied content is hidden by default and has the text "(copy xx)" appended to its title. Your integrator can disable this default behaviour: disableHideAtCopy if desired.

Use the search button on the top right of the TYPO3 backend or the keyboard shortcut Ctrl + K or Cmd + K to open the live search.

Using the live search to search for content elements

Use the arrow button to get more information on the search result

You can then edit the content element containing the text you were searching for.

Sometimes the following warning is displayed on your page:

Warning: Unused elements detected on this page: These elements don't belong to any of the available columns of this page. You should either delete them or move them to existing columns. We highlighted the problematic records for you.

Warning that some content elements belong to no valid content area

This commonly happens when you switched the Backend layout in the page properties.

It can also happen after imports or updates. "Unused content" is usually not displayed on the page. You can restore it if it is still needed or delete it if it is not needed anymore.

The "Unused content" is found at the bottom of the page module. you can move it via drag an drop to the desired location or delete it, if it is not needed anymore.

Demonstration of moving unused content back into a normal content area

If you accidentally delete a content element or even a complete page you can restore your data using the module :guilabel:`Content > Recycler` if you have sufficient permissions and it is installed.

Screenshot of the Recycler module in the TYPO3 backend, demonstrating how to restore a deleted content element

See also :ref:`Recycler manual, For editors <typo3/cms-recycler:for-editors>`.

You can use the page history to undo any kind of content changes. If you have no access to the recycler you can also use it to restore deleted content.

Use the context menu on the page tree and choose "History/Undo".

Screenshot of the page history in the TYPO3 backend

Use the "Undo" button to undo your changes

In this module you can even see a detailed view on how text or other fields where changed and who made which changes when.

Screenshot of the page history in the TYPO3 backend

Compare the differences. Use the undo button to undo changes.

It is not possible in TYPO3 for two editors to work on the same content element at the same time. The last editor who saves the content element will override all other changes. You should therefore avoid working on content elements that another editor is currently working on. These are marked with a warning:

Warning: The BE-User 'e.doe' began to edit this record 3 min ago.

Avoid working on content elements that are currently edited by someone else