| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "eventpost/timeline", |
| 5 |
"version": "5.10.2", |
| 6 |
"title": "Events Timeline", |
| 7 |
"icon": "arrow-right-alt", |
| 8 |
"category": "common", |
| 9 |
"attributes": { |
| 10 |
"nb": { |
| 11 |
"type": "number", |
| 12 |
"default": 0 |
| 13 |
}, |
| 14 |
"future": { |
| 15 |
"type": "boolean" |
| 16 |
}, |
| 17 |
"past": { |
| 18 |
"type": "boolean" |
| 19 |
}, |
| 20 |
"cat": { |
| 21 |
"type": "string" |
| 22 |
}, |
| 23 |
"tag": { |
| 24 |
"type": "string" |
| 25 |
}, |
| 26 |
"geo": { |
| 27 |
"type": "boolean" |
| 28 |
}, |
| 29 |
"blogs": { |
| 30 |
"type": "string" |
| 31 |
}, |
| 32 |
"title": { |
| 33 |
"type": "string" |
| 34 |
}, |
| 35 |
"before_title": { |
| 36 |
"type": "string" |
| 37 |
}, |
| 38 |
"after_title": { |
| 39 |
"type": "string" |
| 40 |
}, |
| 41 |
"style": { |
| 42 |
"type": "string" |
| 43 |
}, |
| 44 |
"excerpt": { |
| 45 |
"type": "boolean" |
| 46 |
} |
| 47 |
}, |
| 48 |
"textdomain": "eventpost", |
| 49 |
"script": "file:./event-timeline.js", |
| 50 |
"style": "file:./event-timeline.css", |
| 51 |
"editorScript": "file:./index.js" |
| 52 |
} |