{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "eo-blocks/tabs",
  "version": "1.0.0",
  "title": "Tabs",
  "category": "eo-blocks",
  "icon": "smiley",
  "description": "Display tabs block",
  "example": {},
  "attributes": {
    "defaultActiveTabIndex": {
      "type": "integer",
      "default": 0
    },
    "activeTabIndex": {
      "type": "integer",
      "default": 0
    }
  },
  "providesContext": {
    "eo-blocks/activeTab": "activeTabIndex",
    "eo-blocks/setActiveTab": "setActiveTabFunction"
  },
  "supports": {
    "align": true,
    "color": {
      "text": true,
      "background": true,
      "link": false
    },
    "spacing": {
      "margin": false,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "shadow": true
  },
  "textdomain": "tabs",
  "editorScript": [
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}