PluginProbe
ActivityPub / 5.1.0
ActivityPub v5.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 5.1.0, at build/reply/block.json

21 lines 632 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": "0.1.0",
6 "title": "Federated Reply",
7 "category": "widgets",
8 "icon": "commentReplyLink",
9 "description": "Respond to posts, notes, videos, and other content on the fediverse. Ensure the URL originates from a federated social network like Mastodon, as other URLs might not function as expected.",
10 "supports": {
11 "html": false
12 },
13 "textdomain": "activitypub",
14 "editorScript": "file:./index.js",
15 "editorStyle": "file:./edit.css",
16 "attributes": {
17 "url": {
18 "type": "string"
19 }
20 }
21 }