magecrafts / wysiwygmedia
upload media to magento from media gallery or wysiwyg and add video tag to wysiwyg content
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- magento/framework: *
README
upload media to magento from media gallery or wysiwyg and add video tag to wysiwyg content
1. Self-installation
bin/magento maintenance:enable
composer require magecrafts/:*
bin/magento module:enable Magecrafts_CustomerLocation
bin/magento setup:upgrade
bin/magento cache:enable
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento maintenance:disable
Installation details
For information about a module installation in Magento 2, see Enable or disable modules.