From f6d95265a6c87e1d23897c0fb39c2f20084980cc Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 22 Sep 2014 17:11:49 +0200 Subject: [PATCH] disable canExportAnnotations on 0xdb --- pandora/config.0xdb.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index b1ee518c9..dd239d218 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -35,6 +35,7 @@ "canEditRightsLevel": {"staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true}, "canEditUsers": {"admin": true}, + "canExportAnnotations": {}, "canImportAnnotations": {}, "canManageDocuments": {"staff": true, "admin": true}, "canManagePlacesAndEvents": {"staff": true, "admin": true},