Skip to content

Instantly share code, notes, and snippets.

@ursbraem
Last active February 16, 2016 18:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ursbraem/f6b573724c9dad9724a0 to your computer and use it in GitHub Desktop.
Save ursbraem/f6b573724c9dad9724a0 to your computer and use it in GitHub Desktop.
Tsconfig-all
options {
// enable upload fields in Element Browser
uploadFieldsInTopOfEB = 1
createFoldersInEB =1
//Add save-and-new to all forms
saveDocNew = 1
// better Page tree
pageTree {
showNavTitle = 1
showPageIdWithTitle = 1
}
clearCache {
pages = 1
// not too much cache clearing by editors for perf reasons
all = 0
system = 0
}
}
// plain text paste
setup.override.rteCleanPasteBehaviour=plainText
// modify according to your needs
permissions.file.default {
addFile = 1
readFile = 1
writeFile = 1
copyFile = 1
moveFile = 1
renameFile = 1
unzipFile = 1
deleteFile = 1
addFolder = 1
readFolder = 1
writeFolder = 1
copyFolder = 1
moveFolder = 1
renameFolder = 1
deleteFolder = 1
recursivedeleteFolder = 1
}
@ursbraem
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment