experius / module-wysiwygdownloads
experius/module-wysiwygdownloads
This module makes it possible to upload different filetypes inside the WYSIWYG-editor (Media Gallery). Extra filetypes are Word (doc, docm, docx, odt), Excel (csv, xml, xls, xlsx, ods), PDF (pdf), Compressed Folder (zip, tar)
Mage2 Module Experius WysiwygDownloads
This module makes it possible to upload different filetypes inside the WYSIWYG-editor.
experius/module-wysiwygdownloads
Main Functionalities
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):
- Word (doc, docm, docx)
- Excel (csv, xml, xls, xlsx)
- PDF (pdf)
- Compressed Folder (zip, tar)
Use the following instructions to upload a file and set a download link:
Additional Information
- Go to a WYSIWYG-editor (for example in the content of a CMS Page or a product textarea attribute)
- Select a part of the text which is used as a Download Link (it is also possible to add the Download Link to an Image)
- Click on the 'Insert/Edit Link'-button (under the textformat dropdown, do not use the 'Insert/Edit Image'-button)
- Click on the 'Browse'-icon behind the Link URL-inputfield
- Select the Folder in which you want to upload the Downloadable File (recommended is to create a new Downloads folder to store all the Downloadable Files)
- Click the 'Browse files'-button
- Select the File from your Documents and click on the 'Open/Insert'-button
- Select the Uploaded File
- Click on the 'Insert File'-button
- (The 'File Upload'-windows will automatically close)
- It is recommended to set the Target to 'Open Link in a New Window)
- Press on the 'Insert'-button in the 'Insert/Edit Link'-popup
- The part of the text which was selected is now a Download Link for the selected file
To Unlink the Downloadable File just set the cursor on the Download Link and Click on the 'Unlink'-button.
Add NGINX redirect if you use it as internal URL else where and use store_code in url
if ( $request_uri ~ ^/(.+)/media/wysiwyg/PDF/(.*)(.pdf$|.PDF$) ) {
rewrite ^/(.+)/media/wysiwyg/PDF/(.*)(.pdf$|.PDF$) /media/wysiwyg/PDF/$2$3;
}
Important Issue in Magento < 2.2
Fix
This is an issue in Magento and is solved in 2.2.2 for more information see the following commit:
https://github.com/magento/magento2/commit/62378774f239c2019e39bdd353c8c6c674b54fb1
Issue


src is correct:
<img src="http://domain.com/pub/media/wysiwyg/.thumbs/home/home-t-shirts.png?rand=1505918839" alt="home-t-shirts.png">
src is incorrect:
<img src="http://domain.com/admin_111/cms/wysiwyg_images/thumbnail/file/aHRtbC1jaGVhdC1zaGVldC5wbmc-/key/08c5525fa3b16c91f2ad0f757282e78f6abf1f797e8c30628598f1b3824934d8/" alt="html-cheat-sheet.png">
Change log
Version 1.0.8 - Jan 19, 2018 | Lewis Voncken
- [TASK] Updated README.md and CHANGE.log
Added Important Issue in Magento < 2.2
Version 1.0.7 - Sep 4, 2017 | Lewis Voncken
- [BUGFIX] Solved problem with Product Image upload => Notice: Undefined index: extension
Version 1.0.6 - June 12, 2017 | Derrick Heesbeen
- [BUGFIX] make it compatible with the Experius FileManager
Version 1.0.5 - June. 7, 2017 | Lewis Voncken
- [TASK] Updated README.md with nginx redirect for internal url with storecodes
Version 1.0.4 - May. 18, 2017 | Lewis Voncken
- [BUGFIX] Solved error message Unsupported image format
Version 1.0.3 - Sep. 23, 2016 | Lewis Voncken
- [TASK] Changed README
- [TASK] Added Open Software License
Version 1.0.2 - Sep. 19, 2016 | Lewis Voncken
- [TASK] Version update to 1.0.2 added configuration option to add more allowed filetypes beside the Default Extra Filetypes
Version 1.0.1 - Sep. 17, 2016 | Lewis Voncken
- [TASK] Changed the logic so file extensions can be added in the configuration
Version 1.0.0 - Sep. 16, 2016 | Lewis Voncken
- Initial Commit
1.2.0 (2023-10-27)
- [FEATURE][IN23-254] Add ods as default allowed filetype. Refactor classes abit mostly to avoid "unused parameters such as $subject" listed below. (Boris van Katwijk)
- [FEATURE][IN23-254] Add support for .odt files and make .ods mimeType mapping complete in di.xml. (Boris van Katwijk)
- [FEATURE][IN23-254] Add plugin to override the label from "Upload image" to "Upload image / file". This more clearly presents the functionality. (Boris van Katwijk)
1.1.1 (2023-03-14)
- [FEATURE][SGO-630] Adding extra check if there is a config value. (Jeffrey Leeuw)
1.1.0 (2021-01-25)
- Fix typo (Matthias Zeis)
- [FEATURE][NAU-607] Added file icon support for PDF files (Lewis Voncken)
1.0.9 (2018-08-28)
- Fix upload issue in 2.2.5 by adding file and mime types (Oscar Pastarus)
1.0.8 (2018-01-31)
- [TASK] Updated README.md and CHANGE.log (Mr. Lewis)
- [TASK] Updated README index (Mr. Lewis)
- [TASK] Added Solution for the Magento issue (Mr. Lewis)
- Solves the notice in Magento 2 system log. Error was: Notice: unserialize(): Error at offset 0 in Settings.php line 86 (Matt Wint)
1.0.7 (2017-09-04)
- [BUGFIX] Solved problem with Product Image upload (lewisvoncken)
1.0.6 (2017-06-12)
- [BUGFIX] make it compatible with the Experius FileManager (Derrick Heesbeen)
1.0.5 (2017-06-07)
- [TASK] README.md update (Lewis Voncken)
1.0.4 (2017-05-18)
- [BUGFIX] Solved error message Unsupported image format. (Lewis Voncken)
1.0.3 (2016-09-23)
- [TASK] Changed the location of the configuration to General > Content Management > WYSIWYG Options > Extra Allowed Filetypes (Lewis Voncken)
- [TAKS] Added Open Software License (Lewis Voncken)
- [TASK] Changed README (Lewis Voncken)
1.0.2 (2016-09-19)
- [TASK] Version update to 1.0.2 added configuration option to add more allowed filetypes beside the Default Extra Filetypes (Lewis Voncken)
1.0.1 (2016-09-17)
- [TASK] Changed the logic so file extensions can be added in the configuration (Lewis Voncken)
1.0.0 (2016-09-16)
dev-master (2016-09-16)
- [TASK] Initial Commit (Lewis Voncken)
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.3.0 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2026-04-09 06:08:42 |
| dev-master | dev | Not tested | Not yet tested Details | 2026-04-09 06:07:22 |
| 1.2.7 | stable | Not tested | Not yet tested Details | 2025-04-23 13:16:51 |
| 1.2.6 | stable | Not tested | Not yet tested Details | 2024-07-03 08:45:59 |
| 1.2.5 | stable | Not tested | Not yet tested Details | 2024-07-03 07:55:46 |
| 1.2.4 | stable | Not tested | Not yet tested Details | 2024-07-02 18:57:59 |
| 1.2.3 | stable | Not tested | Not yet tested Details | 2024-02-08 13:04:32 |
| 1.2.2 | stable | Not tested | Not yet tested Details | 2024-01-22 16:04:21 |
| 1.2.1 | stable | Not tested | Not yet tested Details | 2024-01-11 15:47:47 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2023-10-27 15:26:09 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2023-03-14 08:09:23 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2021-01-25 13:53:15 |
| 1.0.9 | stable | Not tested | Not yet tested Details | 2018-08-29 13:10:47 |
| 1.0.8 | stable | Not tested | Not yet tested Details | 2018-01-31 09:11:52 |
| 1.0.7 | stable | Not tested | Not yet tested Details | 2017-09-04 10:59:58 |
| 1.0.6 | stable | Not tested | Not yet tested Details | 2017-06-12 08:37:04 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2017-06-07 15:41:40 |
| 1.0.4 | stable | Not tested | Not yet tested Details | 2017-05-18 13:00:32 |
| 1.0.3 | stable | Not tested | Not yet tested Details | 2016-09-23 13:34:09 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2016-09-19 12:39:20 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2016-09-17 15:46:34 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2016-09-16 14:31:58 |
Requires 1
| Package | Constraint |
|---|---|
| php | ^8 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from experius
View vendorCollect missing translations in specified folder or the entire Magento 2 Root. Adds database editing and management of translations.
Magento 2 store config override hints module
Provide a basic Content Security Policy Allowed List and report blocked resources.
Add labels to address lines and configuration for each address line.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.