{
  "apiVersion": 3,
  "name": "crispycohd/gated-content",
  "title": "CrispyCohd Gated Content Block (Lite)",
  "description": "Gate the remainder of the post based on login state.",
  "icon": "lock",
  "category": "design",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": true,
      "margin": true
    },
    "templateLock": false
  },
  "attributes": {
    "restrictedLogin": {
      "type": "string",
      "default": "none"
    },
    "fade": {
      "type": "boolean",
      "default": true
    },
    "previewBypass": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "crispycohd-gc-editor",
  "editorStyle": "crispycohd-gc-editor",
  "style": "crispycohd-gc-block",
  "textdomain": "crispycohd-gated-content-block-lite"
}