20 lines
544 B
JSON
20 lines
544 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"name": "activitypub/remote-reply",
|
|
"apiVersion": 3,
|
|
"version": "8.3.0",
|
|
"title": "Reply on the Fediverse",
|
|
"category": "widgets",
|
|
"description": "Allow visitors to reply to your posts from their Fediverse account.",
|
|
"keywords": [
|
|
"fediverse",
|
|
"activitypub",
|
|
"reply",
|
|
"comments"
|
|
],
|
|
"textdomain": "activitypub",
|
|
"style": "file:./style-view.css",
|
|
"viewScriptModule": "file:./view.js",
|
|
"viewScript": "wp-api-fetch",
|
|
"render": "file:./render.php"
|
|
} |