PluginProbe
ActivityPub / 9.2.0
ActivityPub v9.2.0
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
activitypub / build / stats / block.json

block.json in ActivityPub 9.2.0, at build/stats/block.json

54 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "name": "activitypub/stats",
4 "apiVersion": 3,
5 "version": "9.2.0",
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 }