{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "llms/course-continue",
  "title": "Course Progress with Continue Button",
  "category": "llms-blocks",
  "description": "Display a progress bar with continue button for a specific course. Renders only for enrolled students.",
  "textdomain": "lifterlms",
  "attributes": {
    "course_id": {
      "type": "integer"
    },
    "llms_visibility": {
      "type": "string"
    },
    "llms_visibility_in": {
      "type": "string"
    },
    "llms_visibility_posts": {
      "type": "string"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js"
}