juszczyk / module-duplicate-cms
N/A
Installs: 929
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- magento/framework: >=103.0.0
- magento/module-cms: >=104.0.0
- magento/module-cms-url-rewrite: >=100.4.0
This package is auto-updated.
Last update: 2025-06-12 19:39:35 UTC
README
GitAds Sponsored
Juszczyk_DuplicateCms module
The Juszczyk_DuplicateCms module enables you to duplicate CMS blocks and CMS pages.
Installation details
The Juszczyk_DuplicateCms module does not make any changes in database. You can disable or remove this module.
I recommend installing the module via composer. You can do this by executing the command in the Magento root directory:
composer require juszczyk/module-duplicate-cms
After that you should follow the further instructions below.
For information about a module installation in Magento 2, see Enable or disable modules.
Usage
Bulk Duplicate CMS Blocks and Pages:
- Navigate to the CMS Blocks or CMS Pages listing in the admin panel.
- Select the blocks/pages you want to duplicate.
- From the action dropdown, choose "Duplicate."
- Confirm the action, and the selected blocks/pages will be duplicated.
Duplicate from Block/Page Edit View:
- Open the edit view of the CMS block or page you want to duplicate.
- In the button bar, find and click the "Duplicate" button.
- Confirm the action, and a new block/page will be created with the same content.
Duplicate from Block/Page Listing:
- Go to the CMS Blocks or CMS Pages listing in the admin panel.
- Find the block/page you want to duplicate in the listing.
- Locate the "Duplicate" action associated with the specific block/page.
- Click "Duplicate," confirm the action, and a new block/page will be created.
Remember to review the duplicated content and adjust any specific details if needed. This module streamlines the process for duplicating CMS blocks and pages efficiently.
Extensibility
Extension developers can interact with the Juszczyk_DuplicateCms module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Juszczyk_DuplicateCms module.
Dependencies
The Juszczyk_DuplicateCms module extends the functionality of the Magento_Cms module.