{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "faxosaurus/embed",
  "version": "0.1.0",
  "title": "Faxosaurus",
  "category": "widgets",
  "icon": "smiley",
  "description": "Embed a form built with Faxosaurus.",
  "attributes": {
    "fxid": {
      "type": "string"
    },
    "surveyJson": {
      "type": "object"
    },
    "customQuestions": {
      "type": "array"
    },
    "surveyElement": {
      "type": "object"
    }
  },
  "example": {},
  "supports": {
    "html": true
  },
  "textdomain": "faxosaurus",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}