{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "flowforms/form",
  "title": "FlowForm",
  "category": "widgets",
  "icon": "feedback",
  "description": "Embed a FlowForm on your page.",
  "keywords": [
    "form",
    "flowform",
    "survey",
    "contact"
  ],
  "textdomain": "flowforms",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "formId": {
      "type": "number",
      "default": 0
    },
    "height": {
      "type": "string",
      "default": "520px"
    },
    "borderRadius": {
      "type": "string",
      "default": "16px"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "../../includes/admin/block/render.php"
}