{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "omnipress/tabs-content",
  "version": "1.0.0",
  "title": "Tabs Content",
  "category": "omnipress",
  "icon": "",
  "description": "Organize diverse content effortlessly within each tab using the Tabs Content block",
  "supports": {
    "align": false,
    "html": false,
    "multiple": true,
    "reusable": false,
    "inserter": false,
    "lock": true,
    "anchor": true
  },
  "opSettings": {},
  "usesContext": [
    "tabs/tabsCount",
    "tabs/activeTab"
  ],
  "providesContext": {
    "classNames": "providesClass"
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "providesClass": {
      "type": "string",
      "default": "op-tab-content"
    }
  },
  "parent": [
    "omnipress/tabs"
  ],
  "textdomain": "omnipress"
}