updated plugin ActivityPub version 8.3.0
This commit is contained in:
@ -2,16 +2,27 @@
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "activitypub/reply",
|
||||
"version": "0.1.0",
|
||||
"version": "8.3.0",
|
||||
"title": "Federated Reply",
|
||||
"category": "widgets",
|
||||
"icon": "commentReplyLink",
|
||||
"description": "Respond to posts, notes, videos, and other content on the fediverse. Ensure the URL originates from a federated social network like Mastodon, as other URLs might not function as expected.",
|
||||
"icon": "admin-comments",
|
||||
"description": "Reply to posts, notes, and other content on the Fediverse directly from the block editor.",
|
||||
"keywords": [
|
||||
"fediverse",
|
||||
"activitypub",
|
||||
"reply",
|
||||
"federation"
|
||||
],
|
||||
"supports": {
|
||||
"html": false,
|
||||
"inserter": true,
|
||||
"reusable": false,
|
||||
"lock": false
|
||||
"lock": false,
|
||||
"innerBlocks": {
|
||||
"allowedBlocks": [
|
||||
"core/embed"
|
||||
]
|
||||
}
|
||||
},
|
||||
"textdomain": "activitypub",
|
||||
"editorScript": "file:./index.js",
|
||||
@ -24,6 +35,10 @@
|
||||
"embedPost": {
|
||||
"type": "boolean",
|
||||
"default": null
|
||||
},
|
||||
"isValidActivityPub": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user