Compare commits
2 commits
fc7e812f80
...
c382eb951d
| Author | SHA1 | Date | |
|---|---|---|---|
| c382eb951d | |||
| 007a3c0b3d |
1 changed files with 11 additions and 1 deletions
12
config.jsonc
12
config.jsonc
|
|
@ -75,7 +75,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"canSeeDebugMenu": {"staff": true, "admin": true},
|
"canSeeDebugMenu": {"staff": true, "admin": true},
|
||||||
"canSeeExtraItemViews": {"staff": true, "admin": true},
|
"canSeeExtraItemViews": {"staff": true, "admin": true},
|
||||||
"canSeeMedia": {"staff": true, "admin": true},
|
"canSeeMedia": {"staff": true, "admin": true},
|
||||||
"canSeeDocument": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1},
|
"canSeeDocument": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
|
||||||
"canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
|
"canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
|
||||||
"canSeeSize": {"staff": true, "admin": true},
|
"canSeeSize": {"staff": true, "admin": true},
|
||||||
"canSeeSoftwareVersion": {"staff": true, "admin": true},
|
"canSeeSoftwareVersion": {"staff": true, "admin": true},
|
||||||
|
|
@ -1091,6 +1091,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "stills",
|
||||||
|
"title": "Stills",
|
||||||
|
"canAddAnnotations": {"staff": true, "admin": true},
|
||||||
|
"getDefaults": "getCurrentFrameAnnotation",
|
||||||
|
"item": "Still",
|
||||||
|
"overlap": true,
|
||||||
|
"showInfo": true,
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue