Created
March 14, 2023 14:49
-
-
Save joekolade/cacf3afaf42430480eaced956f7e4aad to your computer and use it in GitHub Desktop.
[User TS] Basic user ts #refactor
This file contains hidden or 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
| # Pagetree http://wiki.typo3.org/Pagetree | |
| options.pageTree.backgroundColor.1 = rgba(0, 0, 0, 0.1) | |
| #options.pageTree.showPathAboveMounts = 1 | |
| options.pageTree.showPageIdWithTitle = 0 | |
| options.pageTree.showDomainNameWithTitle = 1 | |
| options.pageTree.showNavTitle = 1 | |
| #options.pageTree.hideFilter = 1 | |
| #options.contextMenu.table.pages.disableItems = info,history,mountAsTreeroot,expandBranch,collapseBranch | |
| # cache control | |
| # options.clearCache.all = 1 | |
| # options.clearCache.pages = 1 | |
| # Paste in RTE | |
| setup.override.rteCleanPasteBehaviour = pasteStructure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment