{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nhrcc-core-contributions/core-contributions-block",
    "version": "1.1.2",
    "title": "NHR Core Contributions",
    "category": "widgets",
    "icon": "admin-users",
    "description": "Display Core Contributions stat in your own website",
    "keywords": [
        "contributions",
        "wordpress",
        "core"
    ],
    "textdomain": "nhrrob-core-contributions",
    "editorScript": "file:./index.js",
    "viewScript": "file:./index.js",
    "editorStyle": "file:../../../css/admin.out.css",
    "style": [
        "file:../../../css/admin.out.css",
        "file:./style-index.css"
    ],
    "attributes": {
        "username": {
            "type": "string",
            "default": ""
        },
        "preset": {
            "type": "string",
            "default": "default"
        },
        "titleColor": {
            "type": "string",
            "default": ""
        },
        "titleFontSize": {
            "type": "string",
            "default": ""
        },
        "titleFontWeight": {
            "type": "string",
            "default": ""
        },
        "titleBackgroundColor": {
            "type": "string",
            "default": ""
        },
        "accentColor": {
            "type": "string",
            "default": ""
        },
        "metaColor": {
            "type": "string",
            "default": ""
        },
        "paginationColor": {
            "type": "string",
            "default": ""
        },
        "showTime": {
            "type": "boolean",
            "default": false
        }
    },
    "supports": {
        "html": false,
        "reusable": true,
        "align": true,
        "anchor": true,
        "className": true,
        "customClassName": true,
        "color": {
            "background": true,
            "text": true,
            "link": true,
            "gradients": true
        },
        "spacing": {
            "padding": true,
            "margin": true
        },
        "typography": {
            "fontSize": true,
            "fontWeight": true,
            "lineHeight": true,
            "fontFamily": true
        },
        "border": {
            "color": true,
            "radius": true,
            "width": true,
            "style": true
        }
    }
}