{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "checkout-fields-for-blocks/input-text",
  "version": "0.1.0",
  "title": "Text input",
  "description": "",
  "category": "checkout-fields-for-blocks",
  "supports": {
    "html": true
  },
  "keywords": [
    "checkout"
  ],
  "parent": [
    "woocommerce/checkout-totals-block",
    "woocommerce/checkout-fields-block",
    "woocommerce/checkout-contact-information-block",
    "woocommerce/checkout-shipping-address-block",
    "woocommerce/checkout-billing-address-block",
    "woocommerce/checkout-shipping-method-block",
    "woocommerce/checkout-shipping-methods-block",
    "woocommerce/checkout-pickup-options-block"
  ],
  "attributes": {
    "fieldId": {
      "type": "string",
      "default": ""
    },
    "fieldName": {
      "type": "string",
      "default": ""
    },
    "metaName": {
      "type": "string",
      "default": ""
    },
    "isMetaNameLocked": {
      "type": "boolean",
      "default": false
    },
    "parentBlock": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "defaultValue": {
      "type": "string",
      "default": ""
    },
    "helpText": {
      "type": "string",
      "default": ""
    },
    "className": {
      "type": "string",
      "default": ""
    },
    "validationSettings": {
      "type": "object",
      "default": {
        "required": {
          "enabled": false
        },
        "phone": {
          "enabled": false
        },
        "email": {
          "enabled": false
        },
        "url": {
          "enabled": false
        },
        "minLength": {
          "enabled": false,
          "value": ""
        },
        "maxLength": {
          "enabled": false,
          "value": ""
        },
        "pattern": {
          "enabled": false,
          "value": ""
        }
      }
    },
    "display": {
      "type": "object",
      "default": {
        "orderConfirmation": "",
        "orderAdmin": "",
        "orderMyAccount": "",
        "orderEmail": ""
      }
    },
    "conditionalLogic": {
      "type": "object",
      "default": {
        "enabled": false,
        "visible": [],
        "required": []
      }
    },
    "pricingSettings": {
      "type": "object",
      "default": {
        "enabled": false,
        "pricing": {
          "calculationMethod": "",
          "priceValue": "",
          "taxClass": ""
        }
      }
    }
  },
  "textdomain": "checkout-fields-for-blocks"
}