From 1f894ba70ea401400fac40d63dda2531a609a3b1 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 29 Jul 2023 09:13:22 -0700 Subject: [PATCH] docs(file-types): do not list individual image providers --- docs/file-types.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/file-types.md b/docs/file-types.md index be4dbca7..d50d9fcf 100644 --- a/docs/file-types.md +++ b/docs/file-types.md @@ -23,16 +23,6 @@ These are enabled by inclusion of the following values in `config.php`'s `enable 'OC\Preview\Image', ``` -... or... - -```php - 'OC\Preview\PNG', - 'OC\Preview\JPEG', - 'OC\Preview\GIF', - 'OC\Preview\BMP', - 'OC\Preview\XBitmap', -``` - ## HEIC and TIFF These are enabled by inclusion of the following values in `config.php`'s `enabledPreviewProviders` array: