Skip to content

Latest commit

 

History

History
115 lines (74 loc) · 3.24 KB

File metadata and controls

115 lines (74 loc) · 3.24 KB

TYPO3 Editors Guide

Once you have installed TYPO3 using the :ref:`TYPO3 - Getting Started Tutorial <t3start:start>`; the next step is to log in to the backend of the CMS and start adding pages and create some content. In the TYPO3 world we often call users who carry out these tasks "Editors".

This guide contains detailed information about all of the common tasks an Editor is likely to perform including granting other users access to the backend, creating pages, adding content to pages in the form of content elements and uploading and managing various file types including images and PDFs.

This guide assumes that you are already familiar with TYPO3. If this is not the case, visit the TYPO3 Concepts to get started.

All of the examples used in this guide are taken from a TYPO3 installation running the Official Introduction Package.


..  card-grid::
    :columns: 1
    :columns-md: 2
    :gap: 4
    :class: pb-4
    :card-height: 100

    ..  card:: Getting Started

        *  :ref:`Logging in to TYPO3's backend<login>`

        *  :ref:`Getting help with TYPO3's built in support tools<help-inside>`

        *  :ref:`About this guide<introduction>`

    ..  card:: :ref:`Working With The Page Tree<pages>`

        *  :ref:`Creating pages<pages-creating>`

        *  :ref:`Creating multiple pages<pages-multiple>`

        *  :ref:`Working with pages<pages-working-with>`

        *  :ref:`Page types<pages-types>` and :ref:`Page properties<pages-properties>`

    ..  card:: :ref:`Creating & Managing Content<content-elements>`

        *  :ref:`Creating content <content-creating>`

        *  :ref:`Editing<content-editing>` and :ref:`managing content<content-working>`

        *  :ref:`Working with images<images-new>` and :ref:`other media<media>`

        *  :ref:`Creating a contact form<mail-form>`

    ..  card:: :ref:`Record Management<list-module>`

        *  :ref:`Using the backend List module <list-module>`

        *  :ref:`Moving content with the clipboard <clipboard>`

        *  :ref:`Advanced clipboard features<advanced_clipboard_usage>`

        *  :ref:`Mass editing content<mass-editing>`

    ..  card:: Tools For Editors

        *  :ref:`Manage files with Filelist <file-module>`

        *  :ref:`Create links in the backend with Deep Linking <deeplinking>`

        *  :ref:`Restrict access to pages and content with Access Control <access-control>`

        *  :ref:`Working with multiple languages <languages>`

    ..  card:: :ref:`Concepts <concepts>`

        *  :ref:`Creating accessible content <accessibility>`

        *  :ref:`Caching <cache>`

        *  :ref:`Copyright and data privacy <copyright>`

        *  :ref:`File abstraction layer (FAL) <fal>`

..  toctree::
    :maxdepth: 2
    :titlesonly:
    :hidden:

    Login/Index
    Pages/Index
    ContentElements/Index
    ListModule/Index
    FileModule/Index
    Languages/Index
    SearchEngineOptimization/Index
    AccessControl/Index
    DeepLinking/Index
    HelpInside/Index
    Concepts/Index
    About
    NextSteps/Index

..  toctree::
    :hidden:

    Sitemap