{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/search",
  "title": "Search Bar/Popup",
  "textdomain": "blockons",
  "icon": "search",
  "category": "blockons-category",
  "keywords": [
    "search",
    "bar",
    "blockons"
  ],
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "searchId": {
      "type": "string",
      "default": ""
    },
    "searchWidthDefault": {
      "type": "string",
      "default": 300
    },
    "searchWidthDropdown": {
      "type": "number",
      "default": 280
    },
    "searchWidthPopup": {
      "type": "number",
      "default": 680
    },
    "searchDisplay": {
      "type": "string",
      "default": "default"
    },
    "searchValue": {
      "type": "string",
      "default": ""
    },
    "textButton": {
      "type": "string",
      "default": "Go"
    },
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "iconPadding": {
      "type": "number",
      "default": 15
    },
    "iconBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "iconColor": {
      "type": "string",
      "default": "#000"
    },
    "searchAlign": {
      "type": "string",
      "default": "bottomleft"
    },
    "searchBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "searchInputBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "searchInputBorderColor": {
      "type": "string",
      "default": "#000"
    },
    "searchInputColor": {
      "type": "string",
      "default": "#000"
    },
    "hasPlaceholder": {
      "type": "boolean",
      "default": true
    },
    "hasBtn": {
      "type": "boolean",
      "default": true
    },
    "searchBtnBgColor": {
      "type": "string",
      "default": "#000"
    },
    "searchBtnColor": {
      "type": "string",
      "default": "#FFF"
    },
    "searchProId": {
      "type": "string",
      "default": ""
    },
    "isPremium": {
      "type": "boolean",
      "default": false
    },
    "searchPro": {
      "type": "boolean",
      "default": false
    },
    "searchProTypes": {
      "type": "string",
      "default": ""
    },
    "searchProAmnt": {
      "type": "number",
      "default": 6
    },
    "searchProCats": {
      "type": "boolean",
      "default": false
    },
    "searchProCatsTitle": {
      "type": "string",
      "default": "Categories"
    },
    "searchProCatsAmnt": {
      "type": "number",
      "default": 4
    },
    "searchProTags": {
      "type": "boolean",
      "default": false
    },
    "searchProTagsTitle": {
      "type": "string",
      "default": "Tags"
    },
    "searchProTagsAmnt": {
      "type": "number",
      "default": 4
    },
    "searchProImage": {
      "type": "boolean",
      "default": true
    },
    "searchProDesc": {
      "type": "boolean",
      "default": true
    },
    "searchProPrice": {
      "type": "boolean",
      "default": true
    },
    "searchProHasPreview": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "blockons-search",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}