{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "themeisle-blocks/form-hidden-field",
  "title": "Hidden Field",
  "category": "themeisle-blocks",
  "description": "A field used for adding extra metadata to the Form via URL params.",
  "keywords": [
    "metadata",
    "hidden",
    "field"
  ],
  "textdomain": "otter-pro",
  "ancestor": [
    "themeisle-blocks/form"
  ],
  "attributes": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "default": "hidden"
    },
    "label": {
      "type": "string"
    },
    "paramName": {
      "type": "string"
    },
    "mappedName": {
      "type": "string"
    },
    "inputWidth": {
      "type": "number"
    },
    "defaultValue": {
      "type": "string"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  }
}