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)

  • Mr. Lewis
  • Boris van Katwijk
  • Matthijs Iriks
magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Are you the maintainer of experius?

Packagento pulls experius's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

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

  1. Go to a WYSIWYG-editor (for example in the content of a CMS Page or a product textarea attribute)
  2. 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)
  3. Click on the 'Insert/Edit Link'-button (under the textformat dropdown, do not use the 'Insert/Edit Image'-button)
  4. Click on the 'Browse'-icon behind the Link URL-inputfield
  5. 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)
  6. Click the 'Browse files'-button
  7. Select the File from your Documents and click on the 'Open/Insert'-button
  8. Select the Uploaded File
  9. Click on the 'Insert File'-button
  10. (The 'File Upload'-windows will automatically close)
  11. It is recommended to set the Target to 'Open Link in a New Window)
  12. Press on the 'Insert'-button in the 'Insert/Edit Link'-popup
  13. 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

bildschirmfoto 2017-09-20 um 16 44 22
bildschirmfoto 2017-09-20 um 16 49 11

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)

View Release

  • [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)

View Release

  • [FEATURE][SGO-630] Adding extra check if there is a config value. (Jeffrey Leeuw)

1.1.0 (2021-01-25)

View Release

  • Fix typo (Matthias Zeis)
  • [FEATURE][NAU-607] Added file icon support for PDF files (Lewis Voncken)

1.0.9 (2018-08-28)

View Release

  • Fix upload issue in 2.2.5 by adding file and mime types (Oscar Pastarus)

1.0.8 (2018-01-31)

View Release

  • [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)

View Release

  • [BUGFIX] Solved problem with Product Image upload (lewisvoncken)

1.0.6 (2017-06-12)

View Release

  • [BUGFIX] make it compatible with the Experius FileManager (Derrick Heesbeen)

1.0.5 (2017-06-07)

View Release

  • [TASK] README.md update (Lewis Voncken)

1.0.4 (2017-05-18)

View Release

  • [BUGFIX] Solved error message Unsupported image format. (Lewis Voncken)

1.0.3 (2016-09-23)

View Release

  • [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)

View Release

  • [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)

View Release

  • [TASK] Changed the logic so file extensions can be added in the configuration (Lewis Voncken)

1.0.0 (2016-09-16)

View Release

dev-master (2016-09-16)

View Release

  • [TASK] Initial Commit (Lewis Voncken)
Versions
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.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

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.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 17 17 warnings (ruleset: Magento2) — 9 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Pass 0

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 2 2
2.4.8 2 2
2.4.9 2 2

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

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
OSL-3.0
Authors

More from experius

View vendor
Make it pay

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.