updated plugin ActivityPub version 8.3.0
This commit is contained in:
78
wp-content/plugins/activitypub/build/extra-fields/block.json
Normal file
78
wp-content/plugins/activitypub/build/extra-fields/block.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user