PluginProbe
ActivityPub / 2.6.0
ActivityPub v2.6.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 / follow-me / block.json

block.json in ActivityPub 2.6.0, at build/follow-me/block.json

47 lines 1.0 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/follow-me",
4 "apiVersion": 3,
5 "version": "1.0.0",
6 "title": "Follow me on the Fediverse",
7 "category": "widgets",
8 "description": "Display your Fediverse profile so that visitors can follow you.",
9 "textdomain": "activitypub",
10 "icon": "groups",
11 "supports": {
12 "html": false,
13 "color": {
14 "gradients": true,
15 "link": true,
16 "__experimentalDefaultControls": {
17 "background": true,
18 "text": true,
19 "link": true
20 }
21 },
22 "__experimentalBorder": {
23 "radius": true,
24 "width": true,
25 "color": true,
26 "style": true
27 },
28 "typography": {
29 "fontSize": true,
30 "__experimentalDefaultControls": {
31 "fontSize": true
32 }
33 }
34 },
35 "attributes": {
36 "selectedUser": {
37 "type": "string",
38 "default": "site"
39 }
40 },
41 "editorScript": "file:./index.js",
42 "viewScript": "file:./view.js",
43 "style": [
44 "file:./style-view.css",
45 "wp-components"
46 ]
47 }