{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "trustlocal-widgets/score",
    "version": "1.0.0",
    "title": "Trustlocal Score Widget",
    "category": "widgets",
    "description": "Display a Trustlocal score widget on your site.",
    "keywords": ["trustlocal", "score", "rating", "widget"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": {
            "margin": true,
            "padding": true
        }
    },
    "attributes": {
        "languageCode": {
            "type": "string",
            "default": "nl"
        },
        "countryCode": {
            "type": "string",
            "default": "NL"
        },
        "theme": {
            "type": "string",
            "default": "light"
        },
        "size": {
            "type": "string",
            "default": "large"
        },
        "type": {
            "type": "string",
            "default": "portrait"
        },
        "border": {
            "type": "string",
            "default": "shadow"
        },
        "background": {
            "type": "string",
            "default": "default"
        },
        "badge": {
            "type": "string",
            "default": "default"
        },
        "reviews": {
            "type": "string",
            "default": "default"
        },
        "google": {
            "type": "string",
            "default": "hidden"
        }
    },
    "editorStyle": "file:./editor.css",
    "style": "file:./style.css",
    "example": {
        "attributes": {
            "languageCode": "nl",
            "countryCode": "NL",
            "theme": "light",
            "size": "large",
            "type": "portrait",
            "border": "shadow",
            "background": "default",
            "badge": "default",
            "reviews": "default",
            "google": "hidden"
        }
    }
}
