{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "je-roadmap/roadmap",
  "version": "1.0.0",
  "title": "Roadmap",
  "category": "je-roadmap",
  "description": "Display your product roadmap with style",
  "keywords": [
    "roadmap",
    "plan",
    "timeline",
    "features",
    "product"
  ],
  "textdomain": "je-roadmap-block",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "title": {
      "type": "string",
      "default": "Product Roadmap"
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "layout": {
      "type": "string",
      "default": "list"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}