| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "eventpost/details", |
| 5 |
"version": "5.10.2", |
| 6 |
"title": "Events Details", |
| 7 |
"category": "common", |
| 8 |
"icon": "calendar", |
| 9 |
"description": "Details of an event", |
| 10 |
"supports": { |
| 11 |
"html": false |
| 12 |
}, |
| 13 |
"attributes": { |
| 14 |
"attribute": { |
| 15 |
"type": "string", |
| 16 |
"default": "" |
| 17 |
} |
| 18 |
}, |
| 19 |
"textdomain": "eventpost", |
| 20 |
"style": "file:./block-details.scss", |
| 21 |
"editorScript": "file:./index.js" |
| 22 |
} |