{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/form-field-submit",
  "title": "Form Field - Submit",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "parent": [
    "combo-blocks/form-wrap",
    "combo-blocks/flex-wrap",
    "combo-blocks/flex-wrap-item",
    "combo-blocks/grid-wrap",
    "combo-blocks/grid-wrap-item",
    "core/columns",
    "combo-blocks/tabs-nested-item",
    "combo-blocks/accordion-nested-item"
  ],
  "usesContext": [
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-form-field-submit"
        }
      }
    },
    "labelWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "class": ""
        }
      }
    },
    "label": {
      "type": "object",
      "default": {
        "options": {
          "tag": "label",
          "for": "label",
          "enable": true,
          "text": "",
          "class": "pg-form-field-label"
        }
      }
    },
    "input": {
      "type": "object",
      "default": {
        "options": {
          "type": "submit",
          "placeholder": "",
          "value": "Submit",
          "name": "",
          "required": false,
          "disabled": false,
          "size": false,
          "minLength": null,
          "maxLength": null,
          "readonly": false,
          "step": null,
          "pattern": null,
          "max": null,
          "min": null,
          "checked": false,
          "autocomplete": false,
          "id": "",
          "class": "pg-form-field-submit",
          "position": "afterLabel"
        }
      }
    },
    "inputWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "class": ""
        }
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "enable": true,
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-check-circle",
          "position": "beforeText",
          "class": "text-icon"
        },
        "styles": {}
      }
    },
    "errorWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "text": "",
          "position": "afterInput",
          "class": ""
        }
      }
    },
    "requiredWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "span",
          "enable": true,
          "class": ""
        }
      }
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "script": "combo_blocks_scripts",
  "keywords": [
    "form block for wordpress",
    "form block",
    "form builder",
    "form maker",
    "dynamic form",
    "Contact Form Plugin",
    "opt-in form",
    "login form",
    "register form",
    "custom form",
    "wordpress form",
    "wordpress form plugin",
    "Subscription form",
    "contact form block"
  ],
  "description": "The submit field block is a button in an online form that users click to submit their entered information."
}