members can also import annotations

This commit is contained in:
j 2012-02-21 18:02:00 +05:30
parent 958773ec7e
commit b62b58a967

View file

@ -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},