{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "maki-geo/geo-content",
  "version": "1.0.0",
  "title": "Geo Content",
  "category": "maki-geo-category",
  "icon": "admin-site",
  "description": "Show or hide content based on user geo location.",
  "example": {},
  "attributes": {
    "geoRule": {
      "type": "object",
      "default": null
    }
  },
  "supports": {},
  "editorScript": "file:./geo-content.tsx",
  "editorStyle": "file:./geo-content.css"
}
