{
  "apiVersion": 3,
  "name": "inkora/hero",
  "title": "Hero News Block",
  "category": "inkora",
  "icon": "slides",
  "description": "Hero news block with featured post and sidebar",
  "attributes": {
    "category": {
      "type": "string",
      "default": ""
    },
    "postsToShow": {
      "type": "number",
      "default": 4
    },
    "showExcerpt": {
      "type": "boolean",
      "default": true
    },
    "featuredCategory": {
      "type": "string",
      "default": "EEAS"
    },
    "featuredTitle": {
      "type": "string",
      "default": "Election 2026: Key Contenders to Watch"
    },
    "featuredExcerpt": {
      "type": "string",
      "default": "Economic Crisis: What's Next for the World?"
    },
    "accentColor": {
      "type": "string",
      "default": "#2398bc"
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style.css",
  "render": "file:./render.php"
}