add restricted

This commit is contained in:
j 2018-10-05 11:33:55 +02:00
parent 5fcb69331c
commit fc7e812f80
1 changed files with 8 additions and 5 deletions

View File

@ -41,7 +41,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"capabilities": { "capabilities": {
"canAddItems": {"staff": true, "admin": true}, "canAddItems": {"staff": true, "admin": true},
"canAddDocuments": {"staff": true, "admin": true}, "canAddDocuments": {"staff": true, "admin": true},
"canDownloadVideo": {"guest": 0, "member": 0, "visitor": 0, "staff": 1, "admin": 1}, "canDownloadVideo": {"guest": 0, "member": 0, "visitor": 0, "staff": 1, "admin": 2},
"canEditAnnotations": {"staff": true, "admin": true}, "canEditAnnotations": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true},
"canEditEntities": {"staff": true, "admin": true}, "canEditEntities": {"staff": true, "admin": true},
@ -65,9 +65,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true}, "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
"canManageUsers": {"staff": true, "admin": true}, "canManageUsers": {"staff": true, "admin": true},
"canPlayClips": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, "canPlayClips": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
"canPlayVideo": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, "canPlayVideo": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
"canReadText": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, "canReadText": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2},
"canRemoveItems": {"admin": true}, "canRemoveItems": {"admin": true},
"canRemoveDocuments": {"admin": true}, "canRemoveDocuments": {"admin": true},
"canSeeAccessed": {"staff": true, "admin": true}, "canSeeAccessed": {"staff": true, "admin": true},
@ -76,7 +76,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"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": 1},
"canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, "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},
"canSendMail": {"admin": true} "canSendMail": {"admin": true}
@ -363,6 +363,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
*/ */
"documentRightsLevels": [ "documentRightsLevels": [
{"name": "Public", "color": [128, 255, 128]}, {"name": "Public", "color": [128, 255, 128]},
{"name": "Restricted", "color": [255, 212, 128]},
{"name": "Private", "color": [255, 128, 128]} {"name": "Private", "color": [255, 128, 128]}
], ],
/* /*
@ -1169,6 +1170,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
*/ */
"rightsLevels": [ "rightsLevels": [
{"name": "Public", "color": [128, 255, 128]}, {"name": "Public", "color": [128, 255, 128]},
{"name": "Restricted", "color": [255, 212, 128]},
{"name": "Private", "color": [255, 128, 128]} {"name": "Private", "color": [255, 128, 128]}
], ],
/* /*
@ -1228,6 +1230,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
*/ */
"textRightsLevels": [ "textRightsLevels": [
{"name": "Public", "color": [128, 255, 128]}, {"name": "Public", "color": [128, 255, 128]},
{"name": "Restricted", "color": [255, 212, 128]},
{"name": "Private", "color": [255, 128, 128]} {"name": "Private", "color": [255, 128, 128]}
], ],
/* /*