Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacedmonkey/show-widgets-in-rest-api


https://github.com/spacedmonkey/show-widgets-in-rest-api

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

=== Show widgets in REST API ===
Contributors: spacedmonkey
Donate link: https://github.com/sponsors/spacedmonkey
Tags: widgets, api, wp-json, rest-api
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Show widgets in REST API.

== Description ==

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 `blocks`.

An example of output, can be found in the screenshots.

=== Technical Notes ===

* Requires PHP 5.6+.
* Requires WordPress 5.9+.
* Issues and Pull requests welcome on the GitHub repository: https://github.com/spacedmonkey/show-widgets-in-rest-api

== Installation ==

### Using The WordPress Dashboard

1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'show-widgets-in-rest-api'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard

### Uploading in WordPress Dashboard

1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `show-widgets-in-rest-api.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard

### Using FTP
1. Download `show-widgets-in-rest-api.zip`
2. Extract the `show-widgets-in-rest-api` directory to your computer
3. Upload the `show-widgets-in-rest-api` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard

== Changelog ==
= 1.0.0 =
* First version.