{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mega-blocks/enlaces-para-contenedor",
  "version": "1.0.0",
  "title": "Mega Block",
  "category": "layout",
  "icon": "admin-links",
  "description": "Agrega un enlace para un bloque de contenedor.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "identifier": {
      "type": "string",
      "default": ""
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "target": {
      "type": "string",
      "default": "_self"
    },
    "rel": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    }
  },
  "keywords": [
    "blocks",
    "links",
    "editor",
    "blockEditor",
    "custom"
  ],
  "textdomain": "mega-blocks-enlaces-para-contenedor",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}