{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "formgent/end",
  "title": "End",
  "category": "formgent",
  "description": "Provide a satisfying finish with a customized closing message.",
  "textdomain": "formgent",
  "attributes": {
    "id": {
      "type": "string",
      "default": ""
    },
    "layout": {
      "type": "string",
      "default": "media_none"
    }
  },
  "supports": {
    "interactivity": true,
    "multiple": false
  },
  "editorScript": "file:index.js",
  "style": "file:style-index.css",
  "editorStyle": "file:index.css",
  "render": "file:render.php"
}