11 lines
369 B
JSON
11 lines
369 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "activitypub/reply-intent",
|
|
"title": "ActivityPub Reply Intent Handler",
|
|
"category": "widgets",
|
|
"description": "Handles reply intents for federated conversations in the block editor.",
|
|
"icon": "comments",
|
|
"textdomain": "activitypub",
|
|
"editorScript": "file:./plugin.js"
|
|
} |