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

@ -0,0 +1,78 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"name": "activitypub/extra-fields",
"apiVersion": 3,
"version": "8.3.0",
"title": "Fediverse Extra Fields",
"category": "widgets",
"description": "Display extra fields from Fediverse user profiles.",
"textdomain": "activitypub",
"icon": "list-view",
"keywords": [
"fediverse",
"activitypub",
"profile",
"fields"
],
"supports": {
"html": false,
"align": [
"wide",
"full"
],
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
},
"__experimentalBorder": {
"radius": true,
"width": true,
"color": true,
"style": true
},
"shadow": true,
"typography": {
"fontSize": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"styles": [
{
"name": "compact",
"label": "Compact",
"isDefault": true
},
{
"name": "stacked",
"label": "Stacked"
},
{
"name": "cards",
"label": "Cards"
}
],
"attributes": {
"selectedUser": {
"type": "string",
"default": "blog"
},
"maxFields": {
"type": "number",
"default": 0
}
},
"usesContext": [
"postType",
"postId"
],
"editorScript": "file:./index.js",
"style": "file:./style-index.css",
"render": "file:./render.php"
}