element119 / module-cms-duplicator
A Magento 2 module that allows admins to duplicate CMS blocks and pages.
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 0
Forks: 1
Open Issues: 2
Type:magento2-module
Requires
- magento/module-cms: ^104.0.4
README
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 -> Blocks
orContent -> Elements -> Pages
- Find the CMS block/page you want to duplicate in the grid
- Expand the
Select
options in theAction
column - Click
Duplicate
Duplicating & Editing a Single Block/Page
- Navigate to
Content -> Elements -> Blocks
orContent -> Elements -> Pages
- Find the CMS block/page you want to duplicate in the grid
- Expand the
Select
options in theAction
column - Click
Duplicate and Edit
Duplicating Blocks/Pages En-Mass
- Navigate to
Content -> Elements -> Blocks
orContent -> 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
For those that want to support this project.