Skip to content

Commit

Permalink
fix: don't break doc builds / fix imaginary config sample formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards committed Jul 31, 2024
1 parent 6a0edef commit de9c471
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1302,19 +1302,19 @@
/**
* custom path for ffmpeg binary
*
* Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg`` in the configured ``PATH`` environment
* Defaults to ``null`` and falls back to searching ``avconv`` and ``ffmpeg``
* in the configured ``PATH`` environment
*/
'preview_ffmpeg_path' => '/usr/bin/ffmpeg',

/**
* Set the URL of the Imaginary service to send image previews to.
* 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.
* 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 the ``OC\Preview\ImaginaryPDF`` provider as well.
*
* See https://github.com/h2non/imaginary
*/
Expand Down

0 comments on commit de9c471

Please sign in to comment.