From b62b58a967384b80d0fb391c34fdad86bd3d480a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 21 Feb 2012 18:02:00 +0530 Subject: [PATCH] members can also import annotations --- pandora/padma.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index cb98039d..7d4a5130 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -29,7 +29,7 @@ "canEditPlaces": {"staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true}, "canEditUsers": {"admin": true}, - "canImportAnnotations": {"staff": true, "admin": true}, + "canImportAnnotations": {"members": true, "staff": true, "admin": true}, "canPlayClips": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, "canPlayVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, "canSeeDebugMenu": {"staff": true, "admin": true},