update config.sample.php
This commit is contained in:
parent
8c5fceba29
commit
78e8712366
|
@ -191,4 +191,6 @@ $CONFIG = array(
|
||||||
'preview_max_y' => null,
|
'preview_max_y' => null,
|
||||||
/* the max factor to scale a preview, default is set to 10 */
|
/* the max factor to scale a preview, default is set to 10 */
|
||||||
'preview_max_scale_factor' => 10,
|
'preview_max_scale_factor' => 10,
|
||||||
|
/* custom path for libreoffice / openoffice binary */
|
||||||
|
'preview_libreoffice_path' => '/usr/bin/libreoffice';
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue