{
  "apiVersion": 3,
  "title": "Multi-device Image Container",
  "name": "b3rg/image-container",
  "version": "0.1.0",
  "category": "b3rg",
  "description": "Shows specific images on Mobile devices",
  "attributes": {
    "activeTab": {
      "type": "string",
      "default": "desktop"
    },
    "enableMobileImageTab": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "customClassName": false
  },
  "providesContext": {
    "b3rg/activeTab": "activeTab",
    "b3rg/enableMobileImageTab": "enableMobileImageTab"
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css"
}