Skip to content

ronangr1/m2-cmsimportexport

Repository files navigation

Module for Magento 2

Latest Stable Version License: MIT Packagist Packagist

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

  • ronangr1 - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!