This module enables you to import and export your CMS content on Magento 2
Magento 2 Open Source or Commerce edition is required.
This module is compatible with the latest Magento version (2.4.8).
composer require ronangr1/module-cmsimportexport
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f --area="adminhtml"
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
.
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!