{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/wp-copysafe-web-gutenberg",
  "version": "0.1.0",
  "title": "Copysafe Web Protection",
  "category": "media",
  "icon": "admin-media",
  "description": "Copysafe Web Media Block.",
  "example": {},
  "attributes": {
    "name": {
      "type": "string",
      "default": ""
    },
    "width": {
      "type": "string",
      "default": ""
    },
    "height": {
      "type": "string",
      "default": ""
    },
    "border": {
      "type": "integer",
      "default": "0"
    },
    "border_color": {
      "type": "string",
      "default": "000000"
    },
    "text_color": {
      "type": "string",
      "default": "FFFFFF"
    },
    "loading_message": {
      "type": "string",
      "default": ""
    },
    "target": {
      "type": "string",
      "default": "_top"
    },
    "hyperlink": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "wp-copysafe-web",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}