{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hipporello/form-viewer",
  "version": "1.0.0",
  "title": "Hipporello Form Viewer",
  "category": "widgets",
  "icon": "file:./images/hippo-head.svg",
  "description": "Trello-powered WP Forms, Form builder, SMTP, Emails by Hipporello",
  "example": {},
  "supports": {
    "html": true
  },
  "attributes": {
    "formId": {
      "type": "string",
      "default": ""
    },
    "bodyTextColor": {
      "type": "string",
      "default": "#333e63"
    },
    "primaryColor": {
      "type": "string",
      "default": "#43B9FB"
    },
    "buttonTextColor": {
      "type": "string",
      "default": "#ffffff"
    }
  },
  "textdomain": "hipporello-form-viewer",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}