| 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 |
|