From ae4349bcbb7da17d641ca5d5a7235602d9ee81b5 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Sep 2014 12:19:30 +0000 Subject: [PATCH] add canExportAnnotations to config.pandora.jsonc --- pandora/config.pandora.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 5341756d..045c8fa0 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -35,6 +35,7 @@ "canEditRightsLevel": {"member": true, "staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true}, "canEditUsers": {"admin": true}, + "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},