Skip to content

Instantly share code, notes, and snippets.

@joekolade
Created March 14, 2023 14:49
Show Gist options
  • Select an option

  • Save joekolade/cacf3afaf42430480eaced956f7e4aad to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/cacf3afaf42430480eaced956f7e4aad to your computer and use it in GitHub Desktop.
[User TS] Basic user ts #refactor
# 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