{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blablablocks/tab",
  "title": "Tab",
  "description": "A single tab within a tabs block.",
  "parent": [
    "blablablocks/tabs"
  ],
  "attributes": {
    "tabname": {
      "type": "string"
    },
    "tabId": {
      "type": "string"
    },
    "tabIcon": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "blablablocks-tab-block",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}