Contributors: spacedmonkey
Donate link: https://github.com/sponsors/spacedmonkey
Tags: blocks, gutenberg, api, wp-json, rest-api
Requires at least: 5.5
Tested up to: 6.4
Requires PHP: 7.0.0
Stable tag: 1.0.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Add gutenberg blocks data into the post / page REST API endpoints.
A simple plugin to add block data in json format into the rest api. Once installed, there will be two new fields added to the rest api, has_blocks
and block_data
.
An example of output, can be found in the screenshots.
- Requires PHP 5.6+.
- Requires WordPress 5.5+.
- Issues and Pull requests welcome on the GitHub repository: https://github.com/spacedmonkey/wp-rest-blocks
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'wp-rest-blocks'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
wp-rest-blocks.zip
from your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
- Download
wp-rest-blocks.zip
- Extract the
wp-rest-blocks
directory to your computer - Upload the
wp-rest-blocks
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
- Add fields to the rest api.
- Update coding standards to WP coding standards 3.0.1
- Mark tested up to WP 6.4
Breaking change!
The field in the REST API is changed from blocks
to block_data
.
- Add support for new post types added in WordPress 5.9.
- Added support for block based widget, added in WordPress 5.8. Block data is added to the /wp/v2/widgets endpoint.
- Update translations
- Hot fix.
- Improve support for block that have attributes that use query source type.
- Improve error handling for those that install this plugin without using composer.
- Update dependency.
- Breaking change. Field names have changed and required WordPress 5.5+
- First version.