{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mine-cloudvod/course-chapters",
  "version": "2.1.0",
  "title": "Course Chapters",
  "category": "mine",
  "description": "Display course chapter and lesson catalog with progress and preview markers",
  "icon": "list-view",
  "supports": {
    "html": false,
    "className": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "text": true,
      "background": true,
      "link": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "attributes": {},
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}