updated plugin ActivityPub version 8.3.0
This commit is contained in:
@ -2,10 +2,19 @@
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"name": "activitypub/remote-reply",
|
||||
"apiVersion": 3,
|
||||
"version": "1.0.0",
|
||||
"version": "8.3.0",
|
||||
"title": "Reply on the Fediverse",
|
||||
"category": "widgets",
|
||||
"description": "",
|
||||
"description": "Allow visitors to reply to your posts from their Fediverse account.",
|
||||
"keywords": [
|
||||
"fediverse",
|
||||
"activitypub",
|
||||
"reply",
|
||||
"comments"
|
||||
],
|
||||
"textdomain": "activitypub",
|
||||
"viewScript": "file:./index.js"
|
||||
"style": "file:./style-view.css",
|
||||
"viewScriptModule": "file:./view.js",
|
||||
"viewScript": "wp-api-fetch",
|
||||
"render": "file:./render.php"
|
||||
}
|
||||
Reference in New Issue
Block a user