updated plugin ActivityPub version 8.3.0

This commit is contained in:
2026-06-03 21:28:46 +00:00
committed by Gitium
parent a4b78ec277
commit 6fe182458a
340 changed files with 43232 additions and 7568 deletions

View File

@ -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
}
}
}