| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "wpda/wp-data-access-app", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "WP Data Access App", |
| 7 |
"category": "widgets", |
| 8 |
"icon": "database", |
| 9 |
"description": "Add an app to this page.", |
| 10 |
"textdomain": "wp-data-access-app", |
| 11 |
"attributes": { |
| 12 |
"appid": { |
| 13 |
"type": "string", |
| 14 |
"default": "" |
| 15 |
}, |
| 16 |
"feedback": { |
| 17 |
"type": "boolean", |
| 18 |
"default": false |
| 19 |
}, |
| 20 |
"builders": { |
| 21 |
"type": "boolean", |
| 22 |
"default": false |
| 23 |
}, |
| 24 |
"hidetitlebar": { |
| 25 |
"type": "boolean", |
| 26 |
"default": false |
| 27 |
}, |
| 28 |
"fullscreen": { |
| 29 |
"type": "boolean", |
| 30 |
"default": false |
| 31 |
} |
| 32 |
}, |
| 33 |
"editorScript": "file:./index.js", |
| 34 |
"editorStyle": "file:./index.css", |
| 35 |
"style": "file:./style-index.css" |
| 36 |
} |