diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index ccca4ead..61076b6a 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -49,8 +49,8 @@ "canEditRightsLevel": {"staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true}, "canEditUsers": {"admin": true}, - "canExportAnnotations": {}, - "canImportAnnotations": {}, + "canExportAnnotations": {"friend": true, "staff": true, "admin": true}, + "canImportAnnotations": {"staff": true, "admin": true}, "canManageDocuments": {"staff": true, "admin": true}, "canManageEntities": {"staff": true, "admin": true}, "canManagePlacesAndEvents": {"staff": true, "admin": true},