From eb472b88aeed7a7e67db61075f5b13689c7187b8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 31 Oct 2015 13:54:12 +0100 Subject: [PATCH] allow annotation import/export on 0x --- pandora/config.0xdb.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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},