Skip to content

Commit 0ac581b

Browse files
linawolfsarahmccarthy123
authored andcommitted
Make corrections
1 parent 37eaaca commit 0ac581b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Documentation/Concepts/TSconfig/Index.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,28 @@ There are two types of TSconfig: user TSconfig and page TSconfig.
1414
User TSconfig
1515
=============
1616

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

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

2526

2627
.. _concepts_page_tsconfig:
2728

2829
Page TSconfig
2930
=============
3031

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

3840
.. _tsconfig-more-information:
3941

0 commit comments

Comments
 (0)