{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 1,
  "name": "tripetto/form",
  "title": "Tripetto Form",
  "description": "Show a Tripetto form or survey.",
  "category": "widgets",
  "keywords": ["form", "survey"],
  "textdomain": "tripetto",
  "supports": {
    "html": false,
    "className": false
  },
  "attributes": {
    "form": {
      "type": "number"
    },
    "pausable": {
      "type": "boolean"
    },
    "persistent": {
      "type": "boolean"
    },
    "async": {
      "type": "boolean"
    },
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    },
    "placeholder": {
      "type": "string"
    },
    "css": {
      "type": "string"
    },
    "preview": {
      "type": "boolean"
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "wp-tripetto-gutenberg-block"
}
