rsilva / pagebuilder-exporter
Pagebuilder template exporter by https://github.com/SilRodrigo for Magento 2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2024-10-14 17:39:57 UTC
README
This module allows you to import and export pagebuilder templates.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require rsilva/pagebuilder-exporter
Setup the module
Run the following magento command:
bin/magento module:enable Rsilva_PageBuilderExporter
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
Export PageBuilder templates to json files. Import it back to your store with a few clicks.
Using
Exporting
- Access your Magento admin panel.
- On left menu access Content -> Templates
- On your PageBuilder templates list
- Choose a template you'd like, on action column select Export option
- Your download will start immediately
Importing
- Access your Magento admin panel.
- On left menu access Content -> Templates
- Click on Import Template button
- Choose a valid exported template file
- Click on Import
- That's it!
Support
Send a Hi to rodrigo.sil91@gmail.com and I will try to help.
Author
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!