Skip to content

Commit

Permalink
Make corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored and sarahmccarthy123 committed Nov 28, 2024
1 parent 37eaaca commit 0ac581b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Documentation/Concepts/TSconfig/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,28 @@ There are two types of TSconfig: user TSconfig and page TSconfig.
User TSconfig
=============

User TSconfig is a set of configuration values that affect backend users. They can
be set at the user level or at the backend user group level (then affecting all
User TSconfig is a set of configuration values that affect backend users. Best
practice is to set them globally (in a site package TSconfig file) but they can
also be set at the backend user or group level (then affecting all
users in that group). Things that can be configured are generally related to
permissions for basic functionality, for example, whether a user can clear the cache.

There are also configuration values for the admin panel (which is shown in the
frontend and not the backend).
There are also configuration values for the :ref:`TYPO3 Admin Panel <typo3/cms-adminpanel:start>`
(which is shown in the frontend and not the backend).


.. _concepts_page_tsconfig:

Page TSconfig
=============

Page TSconfig is a set of configuration values that affect pages. It is set at
the page level and affects that page and all the pages below it in the tree. The
things that can be configured mainly affect the look and feel of the backend,
Page TSconfig is a set of configuration values that affect pages. It is often
set globally at the site level (in a site package TSconfig file) but can also be
set at the page level and then affects that page and all the pages below it in
the tree. The things that can be configured mainly affect the look and feel of the backend,
such as which fields are available when editing a content element. In general,
page TSconfig dictates what a user sees when they click on modules in the
left-hand module bar, e.g. Page, View, List.
page TSconfig dictates what a user sees when they click on modules under `Web` in the
left-hand module bar that open a pagetree, e.g. Page, View, List.

.. _tsconfig-more-information:

Expand Down

0 comments on commit 0ac581b

Please sign in to comment.