secondrealitygmbh / magento2-allowmissingfiletypes
Enable the upload of missing Filetypes like videos and PDFs.
Package info
github.com/secondrealityGmbH/magento2-allow-missing-filetypes
Type:magento2-module
pkg:composer/secondrealitygmbh/magento2-allowmissingfiletypes
dev-master
2019-10-17 13:10 UTC
This package is auto-updated.
Last update: 2026-02-18 03:56:45 UTC
README
``secondrealitygmbh/magento2-allowmissingfiletypes``
Main Functionalities
Enable the upload of missing Filetypes like videos and PDFs.
Currently enables:
- mp4
- m4v
- webm
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/SecondrealityGmbH - Enable the module by running
php bin/magento module:enable SecondrealityGmbH_AllowMissingFileTypes - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require secondrealitygmbh/magento2-allowmissingfiletypes - enable the module by running
php bin/magento module:enable SecondrealityGmbH_AllowMissingFileTypes - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush