TSConfig reference - Configuration for the TYPO3 Core Engine .
options {
# display uid of page in page tree (backend view)
pageTree.showPageIdWithTitle = 1
# use the alternative navigation title in pagetree if set, otherwise the title is shown
pageTree.showNavTitle = 1
}
#clear cache commands
TCEMAIN {
# Clear the cache for page uid 10 and 11 when
#saving a record in this page
clearCacheCmd = 10, 11
# Clear all frontent page caches of pages
clearCacheCmd = pages
# Clear ALL caches
clearCacheCmd = all
# Clear cache for all pages tagged with tag "pagetag1"
clearCacheCmd = cacheTag:pagetag1
}
TCEMAIN.table.pages {
# Pages will *not* have "(copy)" appended:
disablePrependAtCopy = 1
# Pages will *not* be hidden upon copy:
disableHideAtCopy = 1
}
#Permissions
TCEMAIN.permissions {
# Everybody can see the page
everybody = show
# Group can do anything, normally "delete" is disabled
group = 3
# Owner be_groups UID for new pages
groupid = 3
# Owner be_users UID for new pages
userid = 2
}