PluginProbe
WPGet API – Connect to any external REST API / 2.0.6
WPGet API – Connect to any external REST API v2.0.6
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
wpgetapi / includes / block-editor / block.json

block.json in WPGet API – Connect to any external REST API 2.0.6, at includes/block-editor/block.json

12 lines 342 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 1,
4 "name": "wpgetapi/endpoint-selector",
5 "title": "WPGetAPI",
6 "category": "widgets",
7 "description": "Insert an endpoint you have created with WPGetAPI.",
8 "keywords": [ "api", "wpgetapi", "endpoint" ],
9 "textdomain": "wpgetapi",
10 "editorScript": "file:./index.js"
11 }
12