File "block.json"

Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/email/block.json
File size: 1.67 KB
MIME-type: application/json
Charset: utf-8

{
  "apiVersion": 3,
  "name": "kadence/advanced-form-email",
  "category": "kadence-blocks",
  "textdomain": "kadence-blocks",
  "attributes": {
    "uniqueID": {
      "type": "string"
    },
    "formID": {
      "type": "string"
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "showLabel": {
      "type": "boolean",
      "default": true
    },
    "required": {
      "type": "boolean",
      "default": false
    },
    "defaultValue": {
      "type": "string"
    },
    "defaultParameter": {
      "type": "string"
    },
    "ariaDescription": {
      "type": "string",
      "default": ""
    },
    "maxWidth": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "maxWidthUnit": {
      "type": "string",
      "default": "%"
    },
    "minWidth": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "minWidthUnit": {
      "type": "string",
      "default": "px"
    },
    "helpText": {
      "type": "string",
      "default": ""
    },
    "inputName": {
      "type": "string"
    },
    "auto": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "requiredMessage": {
      "type": "string"
    },
    "anchor": {
      "type": "string"
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "ktdynamic": true,
    "ktfieldconditional": true,
    "reusable": false,
    "kbMetadata": true,
    "kbContentLabel": "label"
  },
  "ancestor": [
    "kadence/advanced-form"
  ],
  "parent": [
    "kadence/advanced-form",
    "kadence/column"
  ]
}