default to public
This commit is contained in:
parent
f0f3228fab
commit
746a4212ab
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"rightsLevel" defines which initial rights level will be assigned to items
|
"rightsLevel" defines which initial rights level will be assigned to items
|
||||||
and texts created by users of these user levels.
|
and texts created by users of these user levels.
|
||||||
*/
|
*/
|
||||||
"rightsLevel": {"member": 1, "admin": 1},
|
"rightsLevel": {"member": 0, "admin": 0},
|
||||||
/*
|
/*
|
||||||
"rightsLevels" is an ordered list of rights levels, one of which will be
|
"rightsLevels" is an ordered list of rights levels, one of which will be
|
||||||
assigned to each item.
|
assigned to each item.
|
||||||
|
|
Loading…
Reference in a new issue