PluginProbe
ActivityPub / 9.2.1
ActivityPub v9.2.1
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 / extra-fields / block.json

block.json in ActivityPub 9.2.1, at build/extra-fields/block.json

78 lines 1.5 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/extra-fields",
4 "apiVersion": 3,
5 "version": "9.2.1",
6 "title": "Fediverse Extra Fields",
7 "category": "widgets",
8 "description": "Display extra fields from Fediverse user profiles.",
9 "textdomain": "activitypub",
10 "icon": "list-view",
11 "keywords": [
12 "fediverse",
13 "activitypub",
14 "profile",
15 "fields"
16 ],
17 "supports": {
18 "html": false,
19 "align": [
20 "wide",
21 "full"
22 ],
23 "color": {
24 "gradients": true,
25 "link": true,
26 "__experimentalDefaultControls": {
27 "background": true,
28 "text": true,
29 "link": true
30 }
31 },
32 "__experimentalBorder": {
33 "radius": true,
34 "width": true,
35 "color": true,
36 "style": true
37 },
38 "shadow": true,
39 "typography": {
40 "fontSize": true,
41 "__experimentalDefaultControls": {
42 "fontSize": true
43 }
44 }
45 },
46 "styles": [
47 {
48 "name": "compact",
49 "label": "Compact",
50 "isDefault": true
51 },
52 {
53 "name": "stacked",
54 "label": "Stacked"
55 },
56 {
57 "name": "cards",
58 "label": "Cards"
59 }
60 ],
61 "attributes": {
62 "selectedUser": {
63 "type": "string",
64 "default": "blog"
65 },
66 "maxFields": {
67 "type": "number",
68 "default": 0
69 }
70 },
71 "usesContext": [
72 "postType",
73 "postId"
74 ],
75 "editorScript": "file:./index.js",
76 "style": "file:./style-index.css",
77 "render": "file:./render.php"
78 }