| 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 |
} |