File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/stateblock/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "custom/statistics-block",
"version": "0.1.0",
"title": "Statistics Block",
"category": "widgets",
"icon": "chart-bar",
"description": "Display statistics in a clean grid layout with icons, numbers and descriptions.",
"keywords": ["statistics", "stats", "numbers", "metrics"],
"supports": {
"html": false,
"align": ["wide", "full"]
},
"attributes": {
"stats": {
"type": "array",
"default": [
{
"number": "Click to edit number",
"description": "Click to edit description",
"icon": "chart-bar",
"bgColor": "#4ECDC4",
"customImage": null
},
{
"number": "Click to edit number",
"description": "Click to edit description",
"icon": "users",
"bgColor": "#4ECDC4",
"customImage": null
},
{
"number": "Click to edit number",
"description": "Click to edit description",
"icon": "trophy",
"bgColor": "#4ECDC4",
"customImage": null
}
]
},
"backgroundColor": {
"type": "string",
"default": "#f8f9fa"
},
"textColor": {
"type": "string",
"default": "#2c3e50"
},
"numberColor": {
"type": "string",
"default": "#4ECDC4"
}
},
"textdomain": "custom-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}