| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"name": "activitypub/stats", |
| 4 |
"apiVersion": 3, |
| 5 |
"version": "9.2.2", |
| 6 |
"title": "ActivityPub Stats", |
| 7 |
"category": "widgets", |
| 8 |
"description": "Display your annual Fediverse stats as a shareable card.", |
| 9 |
"textdomain": "activitypub", |
| 10 |
"icon": "chart-bar", |
| 11 |
"keywords": [ |
| 12 |
"fediverse", |
| 13 |
"activitypub", |
| 14 |
"stats", |
| 15 |
"statistics", |
| 16 |
"annual", |
| 17 |
"year" |
| 18 |
], |
| 19 |
"supports": { |
| 20 |
"html": false, |
| 21 |
"align": [ |
| 22 |
"wide", |
| 23 |
"full" |
| 24 |
], |
| 25 |
"color": false, |
| 26 |
"typography": false, |
| 27 |
"spacing": { |
| 28 |
"margin": true, |
| 29 |
"padding": true, |
| 30 |
"__experimentalDefaultControls": { |
| 31 |
"padding": true |
| 32 |
} |
| 33 |
}, |
| 34 |
"__experimentalBorder": { |
| 35 |
"color": true, |
| 36 |
"radius": true, |
| 37 |
"style": true, |
| 38 |
"width": true, |
| 39 |
"__experimentalSkipSerialization": true |
| 40 |
}, |
| 41 |
"shadow": true |
| 42 |
}, |
| 43 |
"attributes": { |
| 44 |
"selectedUser": { |
| 45 |
"type": "string" |
| 46 |
}, |
| 47 |
"year": { |
| 48 |
"type": "number" |
| 49 |
} |
| 50 |
}, |
| 51 |
"editorScript": "file:./index.js", |
| 52 |
"style": "file:./style-index.css", |
| 53 |
"render": "file:./render.php" |
| 54 |
} |