76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"name": "activitypub/reactions",
|
|
"apiVersion": 3,
|
|
"version": "8.3.0",
|
|
"title": "Fediverse Reactions",
|
|
"category": "widgets",
|
|
"icon": "heart",
|
|
"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": {
|
|
"displayStyle": {
|
|
"type": "string",
|
|
"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": {
|
|
"core/post-content": "after"
|
|
},
|
|
"textdomain": "activitypub",
|
|
"editorScript": "file:./index.js",
|
|
"style": "file:./style-index.css",
|
|
"viewStyle": "file:./view.css",
|
|
"viewScriptModule": "file:./view.js",
|
|
"viewScript": "wp-api-fetch",
|
|
"render": "file:./render.php"
|
|
} |