Skip to content

Instantly share code, notes, and snippets.

@roman204
Created April 30, 2014 06:49
Show Gist options
  • Save roman204/11419674 to your computer and use it in GitHub Desktop.
Save roman204/11419674 to your computer and use it in GitHub Desktop.
magento allow other filetypes in wysiwyg in config.xml
<adminhtml>
<cms>
<browser>
<extensions>
<allowed>
<pdf>1</pdf>
</allowed>
<image_allowed>
<pdf>1</pdf>
</image_allowed>
</extensions>
</browser>
</cms>
</adminhtml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment