updated plugin ActivityPub version 8.3.0
This commit is contained in:
@ -1,27 +1,66 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"name": "activitypub/reactions",
|
||||
"apiVersion": 2,
|
||||
"version": "1.0.0",
|
||||
"apiVersion": 3,
|
||||
"version": "8.3.0",
|
||||
"title": "Fediverse Reactions",
|
||||
"category": "widgets",
|
||||
"icon": "heart",
|
||||
"description": "Display Fediverse likes and reposts",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": true,
|
||||
"layout": {
|
||||
"default": {
|
||||
"type": "constrained",
|
||||
"orientation": "vertical",
|
||||
"justifyContent": "center"
|
||||
}
|
||||
"keywords": [
|
||||
"fediverse",
|
||||
"activitypub",
|
||||
"likes",
|
||||
"reposts"
|
||||
],
|
||||
"description": "Display Fediverse likes and reposts for your posts.",
|
||||
"example": {
|
||||
"attributes": {
|
||||
"className": "is-style-facepile"
|
||||
}
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"name": "facepile",
|
||||
"label": "Facepile",
|
||||
"isDefault": true
|
||||
},
|
||||
{
|
||||
"name": "compact",
|
||||
"label": "Compact"
|
||||
}
|
||||
],
|
||||
"attributes": {
|
||||
"title": {
|
||||
"displayStyle": {
|
||||
"type": "string",
|
||||
"default": "Fediverse reactions"
|
||||
"default": "facepile"
|
||||
},
|
||||
"showActions": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"color": {
|
||||
"gradients": true
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"radius": true,
|
||||
"width": true,
|
||||
"color": true,
|
||||
"style": true
|
||||
},
|
||||
"html": false,
|
||||
"interactivity": true,
|
||||
"shadow": true,
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"blockHooks": {
|
||||
@ -29,9 +68,9 @@
|
||||
},
|
||||
"textdomain": "activitypub",
|
||||
"editorScript": "file:./index.js",
|
||||
"style": [
|
||||
"file:./style-index.css",
|
||||
"wp-components"
|
||||
],
|
||||
"viewScript": "file:./view.js"
|
||||
"style": "file:./style-index.css",
|
||||
"viewStyle": "file:./view.css",
|
||||
"viewScriptModule": "file:./view.js",
|
||||
"viewScript": "wp-api-fetch",
|
||||
"render": "file:./render.php"
|
||||
}
|
||||
Reference in New Issue
Block a user