{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "storerocket/store-locator",
    "title": "StoreRocket Store Locator",
    "category": "embed",
    "icon": "location",
    "description": "Embed your StoreRocket store locator map on this page.",
    "keywords": ["store locator", "map", "locations", "dealer locator", "storerocket"],
    "textdomain": "wp-storerocket",
    "attributes": {
        "accountId": {
            "type": "string",
            "default": ""
        },
        "align": {
            "type": "string",
            "default": "full"
        }
    },
    "supports": {
        "html": false,
        "multiple": true,
        "align": ["wide", "full"]
    }
}
