update config documentation

This commit is contained in:
rolux 2015-04-20 10:46:00 +02:00
parent c6c2a425cc
commit 3208db2fb0
1 changed files with 14 additions and 1 deletions

View File

@ -126,6 +126,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
}
],
/*
"flags", if set to true, will cause flag icons to appear in filters.
*/
"flags": true,
/*
"help" specifies the sections of the help dialog.
*/
"help": [
@ -620,7 +624,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
}
],
/*
"itemViews" is an ordered list of available list views. Implemented views
"license" can be used to implement instance-specific license settings
*/
"license": null,
/*
"listViews" is an ordered list of available list views. Implemented views
are "list", "grid", "timelines", "clips", "clip", "map" and "calendar".
*/
"listViews": [
@ -685,6 +693,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
{"name": "Private", "color": [255, 128, 128]}
],
/*
"sendReferrer", if set to false, will cause all outgoing links to originate
from one single URL
*/
"sendReferrer": false,
/*
"site" contains various settings for this instance. In "email", "contact"
if the address in the contact form (to), "system" is the address used by
the system (from).