{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "eo-blocks/map",
  "version": "1.0.0",
  "title": "Carte OpenStreetMap",
  "category": "eo-blocks",
  "icon": "location",
  "description": "Afficher une carte interactive personnalisée basée sur OpenStreetMap.",
  "example": {},
  "attributes": {
    "mapId": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": false
    }
  },
  "textdomain": "eo-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./style-index.css",
    "leaflet-css",
    "dashicons"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "leaflet-js"
  ]
}