{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "echo/source-section",
  "version": "1.0.0",
  "title": "Echo Editorial Section",
  "category": "echo-news",
  "icon": "layout",
  "description": "A source-faithful editorial section with structured text, link, image, and media fields.",
  "textdomain": "echo-news",
  "attributes": {
    "sectionId": { "type": "string" },
    "fields": { "type": "object", "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"
}
