PluginProbe
ActivityPub / 7.8.2
ActivityPub v7.8.2
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 7.8.2, at build/extra-fields/block.json

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