rsilva/pagebuilder-exporter

Pagebuilder template exporter by https://github.com/SilRodrigo for Magento 2

1.0.2 2023-01-14 13:53 UTC

This package is auto-updated.

Last update: 2024-05-14 16:44:51 UTC


README

Latest Stable Version License: MIT Packagist Packagist

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

  1. Access your Magento admin panel.
  2. On left menu access Content -> Templates
  3. On your PageBuilder templates list
  4. Choose a template you'd like, on action column select Export option
  5. Your download will start immediately

Importing

  1. Access your Magento admin panel.
  2. On left menu access Content -> Templates
  3. Click on Import Template button
  4. Choose a valid exported template file
  5. Click on Import
  6. That's it!

Support

Send a Hi to rodrigo.sil91@gmail.com and I will try to help.

Author

  • Rodrigo Silva - Maintainer - GitHub followers

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!