{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "llms/pricing-table",
  "title": "Pricing Table",
  "category": "llms-blocks",
  "description": "Outputs a LifterLMS Pricing table (like those found on a course or membership page) for a course or membership outside of a course or membership. Useful if you want to create custom sales pages.",
  "textdomain": "lifterlms",
  "attributes": {
    "product": {
      "type": "integer"
    },
    "postType": {
      "type": "string",
      "default": "course"
    },
    "llms_visibility": {
      "type": "string"
    },
    "llms_visibility_in": {
      "type": "string"
    },
    "llms_visibility_posts": {
      "type": "string"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js"
}