From 0d5a6cb6ba8059cb00eb1315f2a0b3f9da556ea2 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 22 Apr 2025 12:44:06 +0200 Subject: [PATCH] add default --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index e598d2e..58cc505 100644 --- a/config.jsonc +++ b/config.jsonc @@ -63,6 +63,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportItems": {"member": true, "staff": true, "admin": true}, + "canTranscribeAudio": {}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, "canManageEntities": {"member": true, "staff": true, "admin": true}, "canManageHome": {"staff": true, "admin": true},