{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/map",
  "version": "1.0",
  "title": "Map",
  "category": "mf-advanced-fields",
  "description": "Pick a location on a map, or search for its address.",
  "keywords": [
    "map",
    "google",
    "location",
    "address",
    "geolocation",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "object",
      "default": {}
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "address": {
            "type": "string"
          },
          "lat": {
            "type": "string"
          },
          "lng": {
            "type": "string"
          },
          "zoom": {
            "type": "string"
          },
          "place_id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "street_number": {
            "type": "string"
          },
          "street_name": {
            "type": "string"
          },
          "street_name_short": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "state": {
            "type": "string"
          },
          "state_short": {
            "type": "string"
          },
          "post_code": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "country_short": {
            "type": "string"
          }
        }
      }
    },
    "defaultCenter": {
      "type": "object",
      "default": {
        "lat": 48.8566,
        "lng": 2.3522
      }
    },
    "defaultZoom": {
      "type": "number",
      "default": 10
    },
    "height": {
      "type": "string",
      "default": "400px"
    },
    "mapTypeId": {
      "type": "string",
      "default": "roadmap"
    },
    "colorScheme": {
      "type": "string",
      "default": "FOLLOW_SYSTEM"
    },
    "markerColor": {
      "type": "string",
      "default": "#e5554e"
    },
    "mapId": {
      "type": "string",
      "default": ""
    },
    "hasSearch": {
      "type": "boolean",
      "default": true
    },
    "countries": {
      "type": "array",
      "default": []
    },
    "clickableIcons": {
      "type": "boolean",
      "default": false
    },
    "gestureHandling": {
      "type": "string",
      "default": "cooperative"
    },
    "showZoomControl": {
      "type": "boolean",
      "default": true
    },
    "showMapTypeControl": {
      "type": "boolean",
      "default": false
    },
    "showStreetViewControl": {
      "type": "boolean",
      "default": false
    },
    "showFullscreenControl": {
      "type": "boolean",
      "default": true
    }
  },
  "example": {
    "attributes": {
      "label": "Map"
    },
    "viewportWidth": 500
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}