| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"textdomain": "getwid", |
| 5 |
"name": "getwid/template-library", |
| 6 |
"description": "Browses and inserts pre-designed templates.", |
| 7 |
"category": "getwid-blocks", |
| 8 |
"title": "Template Library", |
| 9 |
"icon": "category", |
| 10 |
"supports": { |
| 11 |
"multiple": true, |
| 12 |
"customClassName": false |
| 13 |
}, |
| 14 |
"editorScript": "file:./index.js", |
| 15 |
"editorStyle": "file:./index.css" |
| 16 |
} |