{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "constant-contact/single-contact-form",
  "version": "2.18.0",
  "title": "Constant Contact: Single Form",
  "category": "widgets",
  "icon": "index-card",
  "description": "Display a single Constant Contact form.",
  "keywords": [
    "form"
  ],
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "constant-contact-forms",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "selectedForm": {
      "type": "string"
    },
    "displayTitle": {
      "type": "string"
    }
  }
}