Fixed #5. Default zoom level's can now be defined for PDF and ODF documents.
This commit is contained in:
@@ -48,12 +48,13 @@ class PluginFileviewer extends Plugin {
|
||||
'v1' => Array(
|
||||
'plugins' => Array(
|
||||
'fileviewer' => Array(
|
||||
'enable' => PLUGIN_FILEVIEWER_USER_DEFAULT_ENABLE
|
||||
'enable' => PLUGIN_FILEVIEWER_USER_DEFAULT_ENABLE,
|
||||
'config_pdf_default_zoom' => PLUGIN_FILEVIEWER_PDF_DEFAULT_ZOOM,
|
||||
'config_odf_default_zoom' => PLUGIN_FILEVIEWER_ODF_DEFAULT_ZOOM,
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
));
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
Reference in New Issue
Block a user