{
  "apiVersion": 3,
  "name": "griffinforms/form",
  "title": "GriffinForms Form",
  "category": "widgets",
  "icon": "feedback",
  "description": "Embed a GriffinForms form and see a quick preview in the block editor.",
  "keywords": [
    "form",
    "griffinforms",
    "block editor"
  ],
  "attributes": {
    "formId": {
      "type": "number"
    },
    "formName": {
      "type": "string"
    },
    "formUrl": {
      "type": "string"
    },
    "builderUrl": {
      "type": "string"
    },
    "customSubmitLabel": {
      "type": "string"
    },
    "previewTruncated": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": [
    "file:./icons.js",
    "file:./index.js",
    "file:./overrides.js"
  ],
  "editorStyle": [
    "file:./material-symbols-outlined.css",
    "file:./editor.css"
  ]
}
