forked from 0x2620/pandora
update config documentation
This commit is contained in:
parent
c6c2a425cc
commit
3208db2fb0
1 changed files with 14 additions and 1 deletions
|
@ -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" specifies the sections of the help dialog.
|
||||||
*/
|
*/
|
||||||
"help": [
|
"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".
|
are "list", "grid", "timelines", "clips", "clip", "map" and "calendar".
|
||||||
*/
|
*/
|
||||||
"listViews": [
|
"listViews": [
|
||||||
|
@ -685,6 +693,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
{"name": "Private", "color": [255, 128, 128]}
|
{"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"
|
"site" contains various settings for this instance. In "email", "contact"
|
||||||
if the address in the contact form (to), "system" is the address used by
|
if the address in the contact form (to), "system" is the address used by
|
||||||
the system (from).
|
the system (from).
|
||||||
|
|
Loading…
Reference in a new issue