{
  "apiVersion": 3,
  "name": "inkora/feature-block-mini",
  "version": "1.0.0",
  "title": "Inkora Feature Block Mini",
  "category": "inkora",
  "icon": "screenoptions",
  "description": "Display featured posts in a compact grid with main story and sidebar posts",
  "keywords": ["featured", "grid", "mini", "posts", "category"],
  "textdomain": "inkora-builder",
  "attributes": {
    "title": {
      "type": "string",
      "default": "Technology"
    },
    "categories": {
      "type": "array",
      "default": []
    },
    "viewAllText": {
      "type": "string",
      "default": "View All"
    },
    "viewAllLink": {
      "type": "string",
      "default": "#"
    },
    "postsToShow": {
      "type": "number",
      "default": 4
    },
    "showViewAll": {
      "type": "boolean",
      "default": true
    },
    "showCategory": {
      "type": "boolean",
      "default": true
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "showExcerpt": {
      "type": "boolean",
      "default": true
    },
    "excerptLength": {
      "type": "number",
      "default": 15
    },
    "showDate": {
      "type": "boolean",
      "default": true
    },
    "showAuthor": {
      "type": "boolean",
      "default": true
    },
    "showImage": {
      "type": "boolean",
      "default": true
    },
    "imageSize": {
      "type": "string",
      "default": "large"
    }
  },
  "supports": {
    "align": ["wide", "full"],
    "html": false,
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "render": "file:./render.php"
}