docs(file-types): do not list individual image providers

pull/767/head
Varun Patil 2023-07-29 09:13:22 -07:00
parent 1035abe308
commit 1f894ba70e
1 changed files with 0 additions and 10 deletions

View File

@ -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: