aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-07-31 10:46:35 -0400
committerGitHub <noreply@github.com>2024-07-31 10:46:35 -0400
commit019c4fe958053a92314b9cb0b4acbc755d74471e (patch)
tree08571c6d9098a805f6792ba5a66c9d22565c746f
parent4ecd5922272d90decd537439cc3d544021f4e2f6 (diff)
parentde9c4716f99e423292f54b71569b2ec927a34e7e (diff)
downloadnextcloud-server-019c4fe958053a92314b9cb0b4acbc755d74471e.tar.gz
nextcloud-server-019c4fe958053a92314b9cb0b4acbc755d74471e.zip
Merge pull request #46915 from nextcloud/fix/config-php-sample-imaginary
fix: don't break doc builds / fix imaginary config sample formatting
-rw-r--r--config/config.sample.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 6e1128c2952..8b3c9feae45 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1302,19 +1302,19 @@ $CONFIG = [
/**
* 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
*/