Skip to content

Instantly share code, notes, and snippets.

@dominicvogl
Created July 23, 2015 14:31
Show Gist options
  • Select an option

  • Save dominicvogl/b02e03f35fcf74962c35 to your computer and use it in GitHub Desktop.

Select an option

Save dominicvogl/b02e03f35fcf74962c35 to your computer and use it in GitHub Desktop.
// im Seitenbaum die SeitenIDs anzeigen:
options.pageTree.showPageIdWithTitle = 1
mod.web_list {
// allein durch anklicken kann ein Datensatz editiert werden
clickTitleMode = edit
// ListenZeilen bekommen im BE alternierende Farben
alternateBgColors = 1
}
// Breite des Seitenbaum-Frames veränderbar machen:
setup.override.navFrameResizable = 1
// Upload-Button in Contentelementen ausblenden
// es soll bevorzugt /fileadmin/... benutzt werden
setup.override.edit_docModuleUpload = 0
// enable user to clear all system caches without to enter install tool (since 6.2):
options.clearCache.system = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment