From 322b2a2692c37aa33ed0216baaebb5269867138e Mon Sep 17 00:00:00 2001 From: Djokavex Date: Sat, 18 Apr 2026 15:49:19 +0200 Subject: [PATCH] Add config.json --- deploy/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 deploy/config.json diff --git a/deploy/config.json b/deploy/config.json new file mode 100644 index 0000000..c6e4589 --- /dev/null +++ b/deploy/config.json @@ -0,0 +1,9 @@ +{ + "disabledTools": [ + "digital-sign-pdf", + "timestamp-pdf" + ], + "editorDisabledCategories": [ + "redaction" + ] +} \ No newline at end of file