{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/wp/6.3/schemas/json/block.json",
  "apiVersion": 3,
  "name": "omniform/button",
  "category": "omniform",
  "title": "Button",
  "description": "A button for form actions.",
  "textdomain": "omniform",
  "attributes": {
    "buttonType": {
      "type": "string",
      "default": "button"
    },
    "buttonLabel": {
      "type": "string",
      "__experimentalRole": "content"
    },
    "buttonName": {
      "type": "string"
    },
    "buttonValue": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}