-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add description of page TSconfig and user TSconfig in TYPO3 Co…
…ncepts #481 Releases: main, 13.4, 12.4
- Loading branch information
1 parent
78c5dee
commit 5142f30
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
:navigation-title: TSconfig | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _tsconfig: | ||
|
||
===== | ||
TSConfig | ||
===== | ||
|
||
There are two types of TSconfig: user TSconfig and page TSconfig. | ||
|
||
.. _concepts_user_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 | ||
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). | ||
|
||
|
||
.. _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, | ||
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. | ||
|
||
.. _tsconfig-more-information: | ||
|
||
Where to find more information | ||
============================== | ||
|
||
To learn more about TSconfig and how to use it in your TYPO3 projects, refer to the official | ||
TYPO3 documentation: | ||
|
||
* `Using and setting TSconfig <https://docs.typo3.org/permalink/t3tsref:typoscript-syntax-using-setting>`_ |