{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "llms/course-author",
  "title": "Course Author",
  "category": "llms-blocks",
  "description": "Display the Course Author’s name, avatar, and (optionally) biography for a specific course.",
  "textdomain": "lifterlms",
  "attributes": {
    "avatar_size": {
      "type": "integer",
      "default": 48
    },
    "bio": {
      "type": "string",
      "default": "yes"
    },
    "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"
}