{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutena/existing-forms",
  "parent": [
    "gutena/forms"
  ],
  "version": "1.0.0",
  "title": "Existing Forms",
  "category": "gutena",
  "icon": "feedback",
  "description": "Select and display existing forms created with Gutena Forms plugin.",
  "keywords": [
    "form",
    "existing form",
    "gutena forms",
    "form block"
  ],
  "attributes": {
    "formID": {
      "type": "string",
      "default": false
    }
  },
  "textdomain": "gutena-forms",
  "editorScript": "file:./index.js",
  "style": "file:./style.css",
  "editorStyle": "file:./editor.css",
  "supports": {
    "__experimentalSettings": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "html": false,
    "__experimentalLayout": true
  }
}