This module makes it possible to upload different filetypes inside the WYSIWYG-editor. Extra filetypes are Word (doc, docm, docx), Excel (csv, xml, xls, xlsx), PDF (pdf), Compressed Folder (zip, tar)
This module makes it possible to upload different filetypes inside the WYSIWYG-editor., (*1)
experius/module-wysiwygdownloads
, (*2)
The following filetypes are available by default and it is possible to add extra filetypes to the allowed filetypes in the configuration of the module (General > Content Management > WYSIWYG Options > Extra Allowed Filetypes):, (*3)
Use the following instructions to upload a file and set a download link:, (*4)
To Unlink the Downloadable File just set the cursor on the Download Link and Click on the 'Unlink'-button., (*5)
Add NGINX redirect if you use it as internal URL else where and use store_code in url, (*6)
if ( $request_uri ~ ^/(.+)/media/wysiwyg/PDF/(.*)(.pdf$|.PDF$) ) { rewrite ^/(.+)/media/wysiwyg/PDF/(.*)(.pdf$|.PDF$) /media/wysiwyg/PDF/$2$3; }
This is an issue in Magento and is solved in 2.2.2 for more information see the following commit:, (*7)
https://github.com/magento/magento2/commit/62378774f239c2019e39bdd353c8c6c674b54fb1, (*8)
, (*9)
src is correct:
<img src="http://domain.com/pub/media/wysiwyg/.thumbs/home/home-t-shirts.png?rand=1505918839" alt="home-t-shirts.png">
, (*10)
src is incorrect:
<img src="http://domain.com/admin_111/cms/wysiwyg_images/thumbnail/file/aHRtbC1jaGVhdC1zaGVldC5wbmc-/key/08c5525fa3b16c91f2ad0f757282e78f6abf1f797e8c30628598f1b3824934d8/" alt="html-cheat-sheet.png">
, (*11)
Version 1.0.8 - Jan 19, 2018 | Lewis Voncken, (*12)
Version 1.0.7 - Sep 4, 2017 | Lewis Voncken, (*13)
Version 1.0.6 - June 12, 2017 | Derrick Heesbeen, (*14)
Version 1.0.5 - June. 7, 2017 | Lewis Voncken, (*15)
Version 1.0.4 - May. 18, 2017 | Lewis Voncken, (*16)
Version 1.0.3 - Sep. 23, 2016 | Lewis Voncken, (*17)
Version 1.0.2 - Sep. 19, 2016 | Lewis Voncken, (*18)
Version 1.0.1 - Sep. 17, 2016 | Lewis Voncken, (*19)
Version 1.0.0 - Sep. 16, 2016 | Lewis Voncken, (*20)