{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hiring-center/query-loop-filtering-container",
  "title": "Query loop filtering: Container",
  "category": "hiring-center",
  "icon": "filter",
  "textdomain": "hiring-center",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "ariaLabel": true,
    "alignWide": true,
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "color": {
      "background": true,
      "enableContrastChecker": true,
      "gradients": true,
      "text": false
    },
    "dimensions": {
      "minHeight": true
    },
    "html": false,
    "layout": {
      "allowSizingOnChildren": true,
      "default": {
        "type": "flex",
        "orientation": "horizontal"
      }
    },
    "position": {
      "sticky": true
    },
    "shadow": true,
    "spacing": {
      "blockGap": true,
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "contentOnly": true,
    "listView": true
  },
  "editorScript": "file:./index.js",
  "style": "file:./index.css"
}