Fix detecting addons from zip file

Also set the default to `collectOutput` where it would parse the
output of an addon.
This commit is contained in:
eikek
2022-05-27 22:44:05 +02:00
parent e56e313cb9
commit 4ce64d2841
6 changed files with 55 additions and 4 deletions

View File

@ -265,7 +265,7 @@ options:
# docspell itself to apply any changes and the addon can run
# completely isolated.
#
# Default is false.
# Default is true.
collectOutput: true
```