ronangr1 / module-cmsimportexport
Import and export your CMS content on Magento 2
Installs: 219
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 2
Open Issues: 4
Type:magento2-module
Requires
- php: >=8.1
README
This module enables you to import and export your CMS content on Magento 2
Setup
Magento 2 Open Source or Commerce edition is required.
This module is compatible with the latest Magento version (2.4.8).
Install the module package with Composer
composer require ronangr1/module-cmsimportexport
Launch standard Magento commands
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f --area="adminhtml"
Documentation
You can allow or disallow page (or block) overwriting by setting configuration in Store > Configuration > Ronangr1 > CmsImportExport > General > Allow Overwrite
.
You can choose to export media by setting configuration in Store > Configuration > Ronangr1 > CmsImportExport > Media > Allow Media Download
.
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!