{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dragblock/input",
  "version": "0.1.0",
  "title": "Input",
  "category": "dragblock-form",
  "icon": "nametag",
  "description": "Insert a flexible input field",
  "keywords": [
    "input",
    "text input",
    "checkbox",
    "radio",
    "email",
    "address",
    "phone"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "dragblock",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}