{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "remote-data-blocks/remote-html",
  "version": "0.1.0",
  "usesContext": [
    "remote-data-blocks/remoteData"
  ],
  "title": "Remote HTML",
  "category": "widgets",
  "icon": "html",
  "description": "Remote data block for HTML content binding.",
  "example": {},
  "attributes": {
    "content": {
      "type": "string",
      "source": "raw"
    }
  },
  "supports": {
    "customClassName": false,
    "className": false,
    "html": false
  },
  "textdomain": "remote-data-blocks",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "editorStyle": "file:./index.css"
}