{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/wp/6.3/schemas/json/block.json",
  "apiVersion": 3,
  "name": "omniform/response-notification",
  "category": "omniform",
  "title": "Response Notification",
  "description": "Notifies user of submission.",
  "textdomain": "omniform",
  "attributes": {
    "messageType": {
      "type": "string",
      "default": "success"
    },
    "messageContent": {
      "type": "string",
      "default": "",
      "__experimentalRole": "content"
    }
  },
  "supports": {
    "html": false,
    "renaming": false,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": false
      }
    },
    "layout": {
      "allowEditing": false
    }
  },
  "styles": [
    {
      "name": "info",
      "label": "Info",
      "isDefault": true
    },
    {
      "name": "success",
      "label": "Success"
    },
    {
      "name": "error",
      "label": "Error"
    }
  ],
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}