{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "echo/post-collection",
  "version": "1.0.0",
  "title": "Echo Post Collection",
  "category": "echo-news",
  "icon": "grid-view",
  "description": "A source-faithful news collection whose cards are populated from WordPress posts.",
  "textdomain": "echo-news",
  "attributes": {
    "sectionId": { "type": "string" },
    "fields": { "type": "object", "default": {} },
    "queryMode": { "type": "string", "default": "curated" },
    "category": { "type": "string", "default": "" }
  },
  "supports": {
    "align": ["wide", "full"],
    "anchor": true,
    "spacing": { "margin": true, "padding": true },
    "color": { "background": true, "text": true },
    "html": false
  },
  "editorScript": "echo-news-blocks",
  "editorStyle": "echo-news-block-editor"
}
