PluginProbe
ActivityPub / 9.2.2
ActivityPub v9.2.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 / app / block.json

block.json in ActivityPub 9.2.2, at build/app/block.json

15 lines 441 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/app",
5 "title": "ActivityPub App",
6 "category": "widgets",
7 "description": "Manage ActivityPub settings, followers, and federation from the WordPress admin.",
8 "icon": "smartphone",
9 "textdomain": "activitypub",
10 "viewScriptModule": [
11 "file:./loader.js",
12 "file:./routes/feed/content.js",
13 "file:./routes/feed/route.js"
14 ]
15 }