Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add office templates to Imagick support.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 2, 2013
1 parent 057fa15 commit b077297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/editor.imagick/class.IMagickPreviewer.php
Expand Up @@ -33,7 +33,7 @@ class IMagickPreviewer extends AJXP_Plugin
protected $useOnTheFly = false;

protected $imagickExtensions = array("pdf", "svg", "tif", "tiff", "psd", "xcf", "eps", "cr2");
protected $unoconvExtensios = array("xls", "xlsx", "ods", "doc", "docx", "odt", "ppt", "pptx", "odp", "rtf");
protected $unoconvExtensios = array("xls", "xlt", "xlsx", "xltx", "ods", "doc", "dot", "docx", "dotx", "odt", "ppt", "pptx", "odp", "rtf");

public function loadConfigs($configsData)
{
Expand Down

0 comments on commit b077297

Please sign in to comment.