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,23 +2,26 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"name": "activitypub/followers",
"apiVersion": 3,
"version": "1.0.0",
"version": "8.3.0",
"title": "Fediverse Followers",
"category": "widgets",
"description": "Display your followers from the Fediverse on your website.",
"textdomain": "activitypub",
"icon": "groups",
"keywords": [
"fediverse",
"activitypub",
"followers",
"mastodon"
],
"supports": {
"html": false
"html": false,
"interactivity": true
},
"attributes": {
"title": {
"type": "string",
"default": "Fediverse Followers"
},
"selectedUser": {
"type": "string",
"default": "site"
"default": "blog"
},
"per_page": {
"type": "number",
@ -40,12 +43,12 @@
"styles": [
{
"name": "default",
"label": "No Lines",
"label": "Default",
"isDefault": true
},
{
"name": "with-lines",
"label": "Lines"
"name": "card",
"label": "Card"
},
{
"name": "compact",
@ -53,9 +56,11 @@
}
],
"editorScript": "file:./index.js",
"viewScript": "file:./view.js",
"editorStyle": "file:./index.css",
"viewScriptModule": "file:./view.js",
"viewScript": "wp-api-fetch",
"style": [
"file:./style-view.css",
"wp-block-query-pagination"
]
"file:./style-index.css"
],
"render": "file:./render.php"
}