{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "maki-geo/geo-popup",
  "version": "1.0.0",
  "title": "Geo Popup",
  "category": "maki-geo-category",
  "icon": "admin-site",
  "description": "Show pop up based on user geo location.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "geoRule": {
      "type": "object",
      "default": null
    },
    "popupStyle": {
      "type": "object",
      "default": {
        "width": "600px",
        "height": "auto",
        "backgroundColor": "#ffffff",
        "borderRadius": "8px"
      }
    },
    "triggerType": {
      "type": "string",
      "default": "immediate"
    },
    "triggerDelay": {
      "type": "number",
      "default": 0
    }
  },
  "editorScript": "file:./geo-popup.tsx",
  "editorStyle": "file:./geo-popup.css",
  "viewStyle": "file:./style-geo-popup.css",
  "script": "file:./popup-handler.js"
}
