{
    "apiVersion": 3,
    "name": "wpsl/store-map",
    "version": "1.0.0",
    "title": "Map",
    "category": "wpsl",
    "description": "Display a WP Store Locator map for specific store locations by ID or category.",
    "keywords": [ "store", "map", "locator", "wpsl", "locations" ],
    "textdomain": "wp-store-locator",
    "attributes": {
        "id": {
            "type": "string",
            "default": ""
        },
        "category": {
            "type": "array",
            "default": [],
            "items": {
                "type": "string"
            }
        },
        "width": {
            "type": "string",
            "default": ""
        },
        "height": {
            "type": "string",
            "default": ""
        },
        "zoom": {
            "type": "string",
            "default": ""
        },
        "map_type": {
            "type": "string",
            "default": ""
        },
        "map_type_control": {
            "type": "string",
            "default": ""
        },
        "map_style": {
            "type": "string",
            "default": ""
        },
        "street_view": {
            "type": "string",
            "default": ""
        },
        "scrollwheel": {
            "type": "string",
            "default": ""
        },
        "control_position": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false
    },
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css"
}
