PluginProbe
ActivityPub / 9.1.0
ActivityPub v9.1.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 / reply / block.json

block.json in ActivityPub 9.1.0, at build/reply/block.json

44 lines 957 B
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 "apiVersion": 3,
4 "name": "activitypub/reply",
5 "version": "9.1.0",
6 "title": "Federated Reply",
7 "category": "widgets",
8 "icon": "admin-comments",
9 "description": "Reply to posts, notes, and other content on the Fediverse directly from the block editor.",
10 "keywords": [
11 "fediverse",
12 "activitypub",
13 "reply",
14 "federation"
15 ],
16 "supports": {
17 "html": false,
18 "inserter": true,
19 "reusable": false,
20 "lock": false,
21 "innerBlocks": {
22 "allowedBlocks": [
23 "core/embed"
24 ]
25 }
26 },
27 "textdomain": "activitypub",
28 "editorScript": "file:./index.js",
29 "editorStyle": "file:./style-index.css",
30 "style": "file:./index.css",
31 "attributes": {
32 "url": {
33 "type": "string"
34 },
35 "embedPost": {
36 "type": "boolean",
37 "default": null
38 },
39 "isValidActivityPub": {
40 "type": "boolean",
41 "default": true
42 }
43 }
44 }