|
| 1 | +:navigation-title: TSconfig |
| 2 | +.. include:: /Includes.rst.txt |
| 3 | + |
| 4 | +.. _tsconfig: |
| 5 | + |
| 6 | +===== |
| 7 | +TSConfig |
| 8 | +===== |
| 9 | + |
| 10 | +There are two types of TSconfig: user TSconfig and page TSconfig. |
| 11 | + |
| 12 | +.. _concepts_user_tsconfig: |
| 13 | + |
| 14 | +===== |
| 15 | +User TSconfig |
| 16 | +===== |
| 17 | + |
| 18 | +User TSconfig is a set of configuration values that affect backend users. They can |
| 19 | +be set at the user level or at the backend user group level (then affecting all |
| 20 | +users in that group). Things that can be configured are generally related to |
| 21 | +permissions for basic functionality, for example, whether a user can clear the cache. |
| 22 | + |
| 23 | +There are also configuration values for the admin panel (which is shown in the |
| 24 | +frontend and not the backend). |
| 25 | + |
| 26 | + |
| 27 | +.. _concepts_page_tsconfig: |
| 28 | + |
| 29 | +===== |
| 30 | +Page TSconfig |
| 31 | +===== |
| 32 | + |
| 33 | +Page TSconfig is a set of configuration values that affect pages. It is set at |
| 34 | +the page level and affects that page and all the pages below it in the tree. The |
| 35 | +things that can be configured mainly affect the look and feel of the backend, |
| 36 | +such as which fields are available when editing a content element. In general, |
| 37 | +page TSconfig dictates what a user sees when they click on modules in the |
| 38 | +left-hand module bar, e.g. Page, View, List. |
| 39 | + |
| 40 | +.. _tsconfig-more-information: |
| 41 | + |
| 42 | +Where to find more information |
| 43 | +============================== |
| 44 | + |
| 45 | +To learn more about TSconfig and how to use it in your TYPO3 projects, refer to the official |
| 46 | +TYPO3 documentation: |
| 47 | + |
| 48 | +* `Using and setting TSconfig <https://docs.typo3.org/permalink/t3tsref:typoscript-syntax-using-setting>`_ |
0 commit comments