From 4c18f681af1cd3048f2aee756737b8f60265c556 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 22 Apr 2025 17:57:28 +0200 Subject: [PATCH] default config values --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index 02a1607..cc37ac2 100644 --- a/config.jsonc +++ b/config.jsonc @@ -43,6 +43,7 @@ "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportItems": {"member": false, "staff": true, "admin": true}, + "canTranscribeAudio": {}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, "canManageEntities": {"member": true, "staff": true, "admin": true}, "canManageHome": {"staff": true, "admin": true},