{
  "apiVersion": 3,
  "name": "bootstrap/tabs",
  "title": "Bootstrap tabs",
  "category": "bootstrap",
  "description": "Bootstrap tabs",
  "keywords": [
    "horizontal",
    "vertical",
    "pills"
  ],
  "textdomain": "bootstrap",
  "attributes": {
    "anchor": {
      "type": "string",
      "source": "attribute",
      "attribute": "id",
      "selector": "*"
    },
    "tabsActive": {
      "type": "integer",
      "default": 0
    },
    "tabsStyle": {
      "type": "string",
      "default": "tabs"
    },
    "tabsAnchors": {
      "type": "array",
      "default": []
    },
    "tabs": {
      "type": "array",
      "default": [
        "Tab 1",
        "Tab 2"
      ]
    },
    "layout": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {
    "interactivity": true,
    "anchor": true,
    "align": false,
    "html": false,
    "className": false
  }
}