{
  "name": "sensei-lms/learner-courses",
  "title": "Student Courses",
  "description": "Manage what students see on their dashboard. This block is only displayed to logged in students.",
  "category": "sensei-lms",
  "textdomain": "sensei-lms",
  "keywords": [
    "student courses",
    "my courses",
    "dashboard",
    "courses",
    "enrolled",
    "learner",
    "student"
  ],
  "supports": {
    "html": false,
    "inserter": false
  },
  "attributes": {
    "options": {
      "type": "object",
      "default": {
        "layoutView": "list",
        "courseDescriptionEnabled": true,
        "featuredImageEnabled": false,
        "courseCategoryEnabled": false,
        "progressBarEnabled": true,
        "progressBarBorderRadius": 10,
        "progressBarHeight": 14
      }
    }
  }
}