{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/search-form",
  "title": "Search Form",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "A simple, accessible search form for site-wide content searches.",
  "keywords": ["menu", "link"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "example": {
    "attributes": {
      "buttonText": "Go",
      "formWidth": "300px"
    },
    "viewportWidth": 300
  },
  "attributes": {
    "buttonText": {
      "type": "string",
      "default": "Go"
    },
    "placeholderText": {
      "type": "string",
      "default": "Search..."
    },
    "buttonLightBackgroundColor": {
      "type": "string",
      "default": "#000"
    },
    "buttonDarkBackgroundColor": {
      "type": "string",
      "default": "#22aacc"
    },
    "buttonLightTextColor": {
      "type": "string",
      "default": "#fff"
    },
    "buttonDarkTextColor": {
      "type": "string",
      "default": "#fff"
    },
    "formWidth": {
      "type": "string",
      "default": "200px"
    }
  },
  "supports": {
    "className": false
  }
}
