@@ -14,26 +14,28 @@ There are two types of TSconfig: user TSconfig and page TSconfig.
1414User 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
1920users in that group). Things that can be configured are generally related to
2021permissions 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
2829Page 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,
3436such 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