secondrealitygmbh / magento2-allowmissingfiletypes
Enable the upload of missing Filetypes like videos and PDFs.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-18 01:11:52 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