juszczyk / module-duplicate-cms
N/A
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: 2024-09-07 17:56:03 UTC
README
The Juszczyk_DuplicateCms module enables you to duplicate CMS blocks and CMS pages.
安装细节
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
之后,您应遵循以下进一步说明。
有关在 Magento 2 中安装模块的信息,请参阅启用或禁用模块。
使用方法
批量复制 CMS 块和页面
- 转到管理员面板中的 CMS 块或 CMS 页面列表。
- 选择要复制的块/页面。
- 从操作下拉菜单中选择“复制”。
- 确认操作,选定的块/页面将被复制。
从块/页面编辑视图复制
- 打开要复制的 CMS 块或页面的编辑视图。
- 在按钮栏中找到并点击“复制”按钮。
- 确认操作,将创建一个具有相同内容的新块/页面。
从块/页面列表复制
- 转到管理员面板中的 CMS 块或 CMS 页面列表。
- 在列表中找到要复制的块/页面。
- 定位与特定块/页面关联的“复制”操作。
- 点击“复制”,确认操作,将创建一个新的块/页面。
请记住检查复制的内客并调整任何特定细节(如有必要)。此模块简化了复制 CMS 块和页面的过程。
可扩展性
扩展开发者可以与 Juszczyk_DuplicateCms 模块交互。有关 Magento 扩展机制的信息,请参阅Magento 插件。
The Magento dependency injection mechanism enables you to override the functionality of the Juszczyk_DuplicateCms module.
依赖关系
The Juszczyk_DuplicateCms module extends the functionality of the Magento_Cms module.