From 9637ef3777639f40468de4bdb756fb107807c6ef Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Tue, 18 Jun 2024 07:38:19 +0200 Subject: [PATCH] Update config.json --- tools/sidekick/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 24a2bfd..49fd3f0 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -7,7 +7,7 @@ "environments": ["edit"], "url": "/tools/sidekick/library.html", "excludePaths": ["**"], - "includePaths": ["**.docx**", "/document/**"] + "includePaths": ["**.doc**", "/document/**"] } ] -} \ No newline at end of file +}