{
  "apiVersion": 3,
  "title": "Form Submit button",
  "name": "brandy/form-submit",
  "category": "brandy-blocks",
  "description": "Display a submit button",
  "ancestor": [
    "brandy/form"
  ],
  "attributes": {
    "text": {
      "type": "string",
      "default": "Submit"
    },
    "textAlign": {
      "type": "string",
      "default": "center"
    },
    "width": {
      "type": "string",
      "default": "100%"
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "example": {
    "viewportWidth": 400
  },
  "usesContext": [
    "formAction"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}