Clarify possible preview providers for type Office
a
This commit is contained in:
parent
341cba1b1e
commit
cb002c1f6b
2 changed files with 11 additions and 3 deletions
|
@ -294,7 +294,11 @@ $CONFIG = array(
|
|||
* - OC\Preview\MarkDown
|
||||
*
|
||||
* The following providers are disabled by default due to performance or privacy concerns:
|
||||
* - OC\Preview\Office
|
||||
* - OC\Preview\MSOfficeDoc
|
||||
* - OC\Preview\MSOffice2003
|
||||
* - OC\Preview\MSOffice2007
|
||||
* - OC\Preview\OpenDocument
|
||||
* - OC\Preview\StarOffice
|
||||
* - OC\Preview\SVG
|
||||
* - OC\Preview\Movies
|
||||
* - OC\Preview\PDF
|
||||
|
|
|
@ -683,8 +683,12 @@ class Preview {
|
|||
* - OC\Preview\MarkDown
|
||||
*
|
||||
* The following providers are disabled by default due to performance or privacy concerns:
|
||||
* - OC\Preview\Office
|
||||
* - OC\Preview\SVG
|
||||
* - OC\Preview\MSOfficeDoc
|
||||
* - OC\Preview\MSOffice2003
|
||||
* - OC\Preview\MSOffice2007
|
||||
* - OC\Preview\OpenDocument
|
||||
* - OC\Preview\StarOffice
|
||||
* - OC\Preview\SVG
|
||||
* - OC\Preview\Movies
|
||||
* - OC\Preview\PDF
|
||||
* - OC\Preview\Tiff
|
||||
|
|
Loading…
Reference in a new issue