sanjeev-kr / import-export-cms
magento 2 extension for import and export of cms blocks and pages.
Installs: 1 047
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.3
- magento/framework: *
- magento/module-backend: *
- magento/module-cms: 104.0.*
- magento/module-ui: *
README
Sanjeev_ImportExportCms is a module for Magento 2. This module helps to import or export cms pages and/or cms blocks from admin interface.
Install with Composer
composer require sanjeev-kr/import-export-cms
php bin/magento module:enable Sanjeev_ImportExportCms
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Install Manually
- Download zip and extract
- Create a new directory Sanjeev/ImportExportCms in app/code directory and copy files from import-export-cms folder and paste files in Sanjeev/ImportExportCms directory.
- And run below commands
php bin/magento module:enable Sanjeev_ImportExportCms
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
How to export
- In mass action of Cms Pages and Cms Blocks Grids, you should see Export option. Select page(s) / block(s) and click on Export link to export cms pages or blocks in csv format.
How to import
- In admin, Go to Content > Import Cms Files. Select Import Type, upload valid csv file and press Import button.