{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "chating/chatbot-block",
  "version": "0.2.0",
  "title": "Chatbot",
  "category": "widgets",
  "icon": "admin-comments",
  "description": "Füge deiner Seite einen Chatbot hinzu",
  "example": {},
  "attributes": {
    "userColor": {
      "type": "string",
      "default": "#0f5132"
    },
    "botColor": {
      "type": "string",
      "default": "#084298"
    },
    "errorColor": {
      "type": "string",
      "default": "#842029"
    },
    "userBackground": {
      "type": "string",
      "default": "#d1e7dd"
    },
    "botBackground": {
      "type": "string",
      "default": "#cfe2ff"
    },
    "errorBackground": {
      "type": "string",
      "default": "#f8d7da"
    },
    "height": {
      "type": "integer",
      "default": 400
    },
    "startMessage": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": "Geben Sie hier einen Text ein"
    },
    "suggestions": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "assistant": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "padding": true,
      "margin": true
    },
    "anchor": true,
    "align": [
      "full",
      "wide"
    ]
  },
  "textdomain": "chatbot-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php"
}