updated plugin ActivityPub version 5.8.0

This commit is contained in:
2025-04-29 21:19:06 +00:00
committed by Gitium
parent 19dfd317cc
commit fdfbf76539
166 changed files with 14119 additions and 7163 deletions

View File

@ -8,14 +8,22 @@
"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.",
"supports": {
"html": false
"html": false,
"inserter": true,
"reusable": false,
"lock": false
},
"textdomain": "activitypub",
"editorScript": "file:./index.js",
"editorStyle": "file:./edit.css",
"editorStyle": "file:./style-index.css",
"style": "file:./index.css",
"attributes": {
"url": {
"type": "string"
},
"embedPost": {
"type": "boolean",
"default": null
}
}
}