{
  "apiVersion": 2,
  "name": "arkhe-blocks/custom-code",
  "title": "Custom Code",
  "category": "arkhe-blocks",
  "keywords": [
    "arkhe",
    "custom-code",
    "css",
    "javascript"
  ],
  "supports": {
    "anchor": false,
    "className": false,
    "customClassName": false,
    "html": false
  },
  "attributes": {
    "variation": {
      "type": "string",
      "default": ""
    },
    "content": {
      "type": "object",
      "default": {
        "all": ""
      }
    },
    "code": {
      "type": "string",
      "source": "html"
    },
    "script": {
      "type": "string"
    },
    "height": {
      "type": "number",
      "default": 300
    }
  },
  "editorScript": "file:./index.js",
  "textdomain": "arkhe-blocks"
}