File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/maps/block.json
{
"apiVersion": 2,
"name": "webdevia/maps",
"version": "0.1.0",
"title": "Maps",
"category": "webdevia",
"description": "The maps block is a powerful tool for displaying multiple locations on a Google Map. Simply provide a list of addresses, and the block will place markers on the map for each location.",
"attributes": {
"height": {
"type": "number",
"default": 200
},
"addressList": {
"type": "array",
"default": [
{
"title": "My first location",
"address": {
"label": "New York, NY, USA",
"lat": 40.711457895218714,
"lng": -73.99410580966563
}
}
]
},
"zoom": {
"type": "number",
"default": 8
},
"styles": {
"type": "string",
"default": 0
},
"mapAPI": {
"type": "string",
"default": ""
},
"customStyle": {
"type": "string"
},
"hasCustomStyle": {
"type": "boolean",
"default": false
},
"hasAreas": {
"type": "boolean",
"default": false
},
"areaWidth": {
"type": "number",
"default": 1000
}
},
"supports": {
"html": false,
"align": [
"wide",
"full"
],
"spacing": {
"margin": true,
"padding": true
}
},
"keywords": [
"wd",
"webdevia",
"maps"
],
"example": {
"attributes": {
"preview": true,
"blockOnly": true,
"template": "purple-bliss",
"enable_contextual_menu": true,
"enable_copy_text": true,
"enable_copy_tweet": true,
"enable_copy_link": true,
"enable_tweet_this": true,
"maximum_width": 800,
"maximum_width_unit": "px"
}
},
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"viewScript": "file:./view.js",
"style": "file:./style-index.css"
}