{
  "$schema": "https://schemas.wp.org/wp/6.6/block.json",
  "apiVersion": 3,
  "name": "depg/filter",
  "title": "Dynamic Grid Filter",
  "category": "layout",
  "icon": "filter",
  "description": "Standalone filter bar that connects to any grid on the page.",
  "supports": {
    "align": ["wide", "full"],
    "spacing": { "margin": true, "padding": true }
  },
  "attributes": {
    "targetId": { "type": "integer", "default": 0 },
    "style": { "type": "string", "default": "buttons" },
    "taxonomy": { "type": "string", "default": "" }
  },
  "editorScript": "depg-blocks",
  "editorStyle": "depg-blocks-editor"
}
