Skip to content

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Jul 26, 2024
1 parent a606e44 commit 8aaa761
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,13 @@ preview_imaginary_url

Set the URL of the Imaginary service to send image previews to.

Also requires the ``OC\Preview\Imaginary`` provider to be enabled.
Also requires the
- ``OC\Preview\Imaginary``
provider to be enabled in the 'enabledPreviewProviders' array, to create previews for these mimetypes:
bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator.
If you want Imaginary to also create preview images from PDF Documents, you have to add
- ``OC\Preview\ImaginaryPDF``
provider as well.

See https://github.com/h2non/imaginary

Expand Down

0 comments on commit 8aaa761

Please sign in to comment.