{
  "apiVersion": 3,
  "title": "Content Gater",
  "name": "b3rg/content-gater",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Shows the inner content in gated and ungated ways.",
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    },
    "activeTab": {
      "type": "string",
      "default": "ungated"
    },
    "showGatedContent": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "providesContext": {
    "b3rg/showGatedContent": "showGatedContent"
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}