{
  "apiVersion": 3,
  "title": "Mobile Content",
  "name": "b3rg/mobile-content",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Shows specific content on Mobile devices.",
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    },
    "activeTab": {
      "type": "string",
      "default": "desktop"
    },
    "enableMobileTab": {
      "type": "boolean",
      "default": false
    },
    "nonIdenticalBlockStructure": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "customClassName": false
  },
  "providesContext": {
    "b3rg/activeTab": "activeTab",
    "b3rg/enableMobileTab": "enableMobileTab"
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css"
}