| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "activitypub/reply-intent", |
| 5 |
"title": "ActivityPub Reply Intent Handler", |
| 6 |
"category": "widgets", |
| 7 |
"description": "Handles reply intents for federated conversations in the block editor.", |
| 8 |
"icon": "comments", |
| 9 |
"textdomain": "activitypub", |
| 10 |
"editorScript": "file:./plugin.js" |
| 11 |
} |