{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hiring-hub/query-loop-filtering-button",
  "title": "Query loop filtering: Button",
  "category": "hiring-hub",
  "icon": "search",
  "textdomain": "hiring-hub",
  "attributes": {
    "text": {
      "type": "string",
      "source": "html",
      "selector": "span",
      "default": "Search"
    }
  },
  "supports": {
    "color": {
      "gradients": true
    },
    "filter": {
      "duotone": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "shadow": true,
    "spacing": {
      "margin": [
        "horizontal",
        "vertical"
      ],
      "padding": [
        "horizontal",
        "vertical"
      ]
    },
    "__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"
  ]
}