| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "depicter/slider", |
| 5 |
"version": "0.1.0", |
| 6 |
"title": "Depicter", |
| 7 |
"category": "widgets", |
| 8 |
"icon": "embed-photo", |
| 9 |
"description": "Add depicter sliders to the contents.", |
| 10 |
"supports": { |
| 11 |
"html": false |
| 12 |
}, |
| 13 |
"attributes": { |
| 14 |
"id": { |
| 15 |
"type": "integer", |
| 16 |
"default": 0 |
| 17 |
} |
| 18 |
}, |
| 19 |
"textdomain": "depicter", |
| 20 |
"editorScript": "file:./index.js", |
| 21 |
"editorStyle": "file:./index.css", |
| 22 |
"style": "file:./style-index.css" |
| 23 |
} |
| 24 |
|