https://github.com/magesuite/cms-duplicate
This module provides an easy way of duplicating CMS pages in the admin panel.
Installation
This module is part of MageSuite metapackage
Installation if metapackage is not used:
composer require "creativestyle/magesuite-cms-duplicate" ^2.0.0
Admin settings
In order to duplicate CMS page select Duplicate
from the Action dropdown:
Fill fields in the modal and Save the page.
Settings:
Name | Note |
---|---|
New page identifier | Please provide new identifier (url key) for duplicated page. New identifier must be unique and cannot be used already by any other page. |
New page title | Please provide new title for duplicated page. Title does not have to be unique. |
Backend
Backend documentation need to be added