Contributors: themeisle, hardeepasrani
Tags: gutenberg, block, blocks, export, import, exporter, importer, block exporter, block export, block import, block importer
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.4
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Blocks Export Import allows to Export and Import blocks as JSON in Gutenberg Block Editor.
Blocks Export Import plugin allows you to import and export blocks as JSON in Gutenberg Block Editor.
Activating this plugin is just like any other plugin. If you’ve uploaded the plugin package to your server already, skip to step 5 below:
- Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Gutenberg editor and play around with the block.
- Export Blocks.
- Import Blocks
Version 1.2.0 (2021-06-16)
- Redo using @wordpress/scripts package.
Version 1.1.1 (2021-06-16)
- Redo using @wordpress/scripts
Version 1.1.0 (2020-06-07)
- Changed export file format.
- Added drag & drop import.
- Added support for Reusable Blocks.
Version 1.0.2 (2020-04-10)
- Makes compatible with the latest version of WordPress
Version 1.0.1 (2020-01-07)
- Update dependencies
- Update dependencies