update menu and config

This commit is contained in:
rlx 2016-08-09 13:35:47 +02:00
commit 90486ec774
2 changed files with 4 additions and 1 deletions

View file

@ -55,6 +55,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"canEditUsers": {"admin": true},
"canExportAnnotations": {"member": true, "staff": true, "admin": true},
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
"canImportItems": {"member": true, "staff": true, "admin": true},
"canManageDocuments": {"member": true, "staff": true, "admin": true},
"canManageEntities": {"member": true, "staff": true, "admin": true},
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
@ -161,7 +162,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
with "{date}".
*/
"importMetadata": {
"keywords": "{tags}",
"summary": "{description}",
"title": "{title}"
},