{
  "apiVersion": 3,
  "name": "inkora/featured-grid",
  "version": "1.0.0",
  "title": "Inkora Featured Grid",
  "category": "inkora",
  "icon": "screenoptions",
  "description": "Display posts in a beautiful grid with featured layout",
  "keywords": ["grid", "featured", "posts", "layout", "news"],
  "textdomain": "inkora-builder",
  "attributes": {
    "title": {
      "type": "string",
      "default": "Featured Stories"
    },
    "categories": {
      "type": "array",
      "default": []
    },
    "postsToShow": {
      "type": "number",
      "default": 5
    },
    "showFeaturedImage": {
      "type": "boolean",
      "default": true
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "showExcerpt": {
      "type": "boolean",
      "default": true
    },
    "excerptLength": {
      "type": "number",
      "default": 15
    },
    "showCategory": {
      "type": "boolean",
      "default": true
    },
    "showDate": {
      "type": "boolean",
      "default": true
    },
    "showAuthor": {
      "type": "boolean",
      "default": true
    },
    "showViews": {
      "type": "boolean",
      "default": true
    },
    "showReadMore": {
      "type": "boolean",
      "default": true
    },
    "imageSize": {
      "type": "string",
      "default": "large"
    },
    "accentColor": {
      "type": "string",
      "default": "#2398bc"
    }
  },
  "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"
}