{
  "name": "yith/input-block",
  "version": "1.0.0",
  "title": "Input Block",
  "description": "Contains the block that manages the search field.",
  "category": "yith-blocks",
  "supports": {
    "align": [
      "wide"
    ],
    "html": false,
    "multiple": false,
    "reusable": false,
    "inserter": false,
    "lock": false
  },
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    },
    "placeholder": {
      "type": "string",
      "default": "Search products..."
    },
    "placeholderTextColor": {
      "type": "string",
      "default": "#000"
    },
    "inputTextColor": {
      "type": "string",
      "default": "#000"
    },
    "inputBgColor": {
      "type": "string",
      "default": "#fff"
    },
    "inputBgFocusColor": {
      "type": "string",
      "default": "#fff"
    },
    "inputBorderColor": {
      "type": "string",
      "default": "#7C7C7C"
    },
    "inputBorderFocusColor": {
      "type": "string",
      "default": "#5B5B5B"
    },
    "inputBorderSize": {
      "type": "object",
      "default": {
        "topLeft": "1px",
        "topRight": "1px",
        "bottomLeft": "1px",
        "bottomRight": "1px"
      }
    },
    "inputBorderRadius": {
      "type": "object",
      "default": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomLeft": "20px",
        "bottomRight": "20px"
      }
    },
    "submitStyle" : {
      "type": "string",
      "default": "icon"
    },
    "submitContentColor" : {
      "type": "string",
      "default": "#000"
    },
    "submitContentHoverColor" : {
      "type": "string",
      "default": "#000"
    },
    "submitBgColor" : {
      "type": "string",
      "default": "#fff"
    },
    "submitBgHoverColor" : {
      "type": "string",
      "default": "#fff"
    },
    "submitBorderColor" : {
      "type": "string",
      "default": "#fff"
    },
    "submitBorderHoverColor" : {
      "type": "string",
      "default": "#fff"
    },
    "iconType": {
      "type": "string",
      "default": "icon-right"
    },
    "buttonLabel": {
      "type": "string",
      "default": "Search"
    },
    "buttonBorderRadius": {
      "type": "object",
      "default": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomLeft": "10px",
        "bottomRight": "10px"
      }
    },
    "className": {
      "type": "string",
      "default": "ywcas-input-block"
    }
  },
  "parent": [
    "yith/search-block"
  ],
  "textdomain": "yith-woocommerce-ajax-search",
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3
}