{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "chatreact/form-widget",
    "version": "1.0.0",
    "title": "ChatReact Form",
    "category": "embed",
    "icon": "feedback",
    "description": "Embed a ChatReact contact form.",
    "keywords": ["form", "contact", "chatreact"],
    "textdomain": "chatreact",
    "attributes": {
        "formId": {
            "type": "string",
            "default": ""
        },
        "language": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "multiple": true
    },
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css"
}
