{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hiring-hub/query-loop-filtering-search-field",
  "title": "Query loop filtering: Search field",
  "category": "hiring-hub",
  "icon": "search",
  "textdomain": "hiring-hub",
  "attributes": {
    "placeholder": {
      "type": "string",
      "default": "Search by job title or description"
    }
  },
  "supports": {
    "ariaLabel": true,
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "color": {
      "background": true,
      "enableContrastChecker": true,
      "gradients": true,
      "text": true
    },
    "dimensions": {
      "minHeight": true
    },
    "filter": {
      "duotone": true
    },
    "html": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "ancestor": [
    "hiring-hub/query-loop-filtering-container"
  ]
}