PluginProbe
ActivityPub / 9.2.1
ActivityPub v9.2.1
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 / editor-plugin / block.json

block.json in ActivityPub 9.2.1, at build/editor-plugin/block.json

11 lines 372 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/editor-plugin",
5 "title": "ActivityPub Editor Integration",
6 "category": "widgets",
7 "description": "Adds ActivityPub settings and controls to the WordPress block editor.",
8 "icon": "screenoptions",
9 "textdomain": "activitypub",
10 "editorScript": "file:./plugin.js"
11 }