module-cms-duplicator
module-cms-duplicator copied to clipboard
A Magento 2 module that allows admins to duplicate CMS blocks and pages from their respective grids and en masse.
element119 | CMS Duplicator
📝 Features
✔️ Allows merchants to duplicate CMS blocks and pages from the Action column in the admin grid
✔️ Allows merchants to duplicate CMS blocks and pages en-mass in the admin grid
✔️ Integrates seemlessly with the existing CMS admin grids
🔌 Installation
Run the following command to install this module:
composer require element119/module-cms-duplicator
php bin/magento setup:upgrade
⏫ Updating
Run the following command to update this module:
composer update element119/module-cms-duplicator
❌ Uninstallation
Run the following command to uninstall this module:
composer remove element119/module-cms-duplicator
php bin/magento setup:upgrade
📚 User Guide
Duplicating a Single Block/Page
- Navigate to
Content -> Elements -> BlocksorContent -> Elements -> Pages - Find the CMS block/page you want to duplicate in the grid
- Expand the
Selectoptions in theActioncolumn - Click
Duplicate

Duplicating & Editing a Single Block/Page
- Navigate to
Content -> Elements -> BlocksorContent -> Elements -> Pages - Find the CMS block/page you want to duplicate in the grid
- Expand the
Selectoptions in theActioncolumn - Click
Duplicate and Edit

Duplicating Blocks/Pages En-Mass
- Navigate to
Content -> Elements -> BlocksorContent -> Elements -> Pages - Check the boxes of the CMS blocks/pages you want to duplicate in the grid
- Expand the mass actions dropdown above the grid
- Click
Duplicate
