{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/form-field-file-multi",
  "title": "Form Field - Multi File",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "parent": [
    "combo-blocks/form-wrap"
  ],
  "usesContext": [
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-form-field-file-multi"
        },
        "styles": {}
      }
    },
    "label": {
      "type": "object",
      "default": {
        "options": {
          "tag": "label",
          "for": "label",
          "enable": true,
          "text": "Your Name",
          "class": "pg-form-field-label"
        },
        "styles": {}
      }
    },
    "item": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": ""
        },
        "styles": {}
      }
    },
    "itemLabel": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": ""
        },
        "styles": {}
      }
    },
    "addItem": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "position": "afterFiles",
          "class": "",
          "text": ""
        },
        "styles": {}
      }
    },
    "file": {
      "type": "object",
      "default": {
        "options": {
          "value": null,
          "name": "",
          "required": false,
          "disabled": false,
          "multiple": false,
          "autofocus": null,
          "readonly": false,
          "maxCount": 3,
          "maxSize": null,
          "fileTypes": [
            "jpg",
            "jpeg",
            "png",
            "gif",
            "pdf"
          ],
          "id": "",
          "class": "pg-form-field-file-multi",
          "position": "afterLabel"
        },
        "styles": {}
      }
    },
    "inputWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "class": ""
        }
      }
    },
    "labelWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "class": ""
        },
        "styles": {}
      }
    },
    "errorWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "enable": true,
          "text": "",
          "position": "afterInput",
          "class": ""
        },
        "styles": {}
      }
    },
    "requiredWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "span",
          "enable": true,
          "class": ""
        },
        "styles": {}
      }
    },
    "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": "A form multiple file - upload block is a feature for online forms that allows users to upload multiple files, such as images or documents, to a website."
}