{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "omnipress/tab-labels",
  "version": "1.0.0",
  "title": "Tab Labels",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='18.401' viewBox='0 0 25.4 18.401'><g id='tab-label' transform='translate(-1055.3 -170.8)'><path id='Path_80' data-name='Path 80' d='M-1-7H-25V-24h7v6H-1V-7Z' transform='translate(1081 195.501)' fill='none' stroke='#175fff' stroke-width='1.4'/><path id='Path_81' data-name='Path 81' d='M0,0H6V3H0Z' transform='translate(1066 174.501)' fill='none' stroke='#175fff' stroke-width='1.4'/><path id='Path_82' data-name='Path 82' d='M0,0H6V3H0Z' transform='translate(1074 174.501)' fill='none' stroke='#175fff' stroke-width='1.4'/></g></svg>",
  "category": "omnipress",
  "description": "Easily customize and label your tabs with the Tab Labels block, providing a simple and intuitive way to guide users through your content.",
  "supports": {
    "align": false,
    "html": false,
    "multiple": false,
    "reusable": false,
    "inserter": false,
    "lock": true,
    "dimensions": {
      "minHeight": false
    }
  },
  "textdomain": "omnipress",
  "editorScript": [
    "file:./index.js"
  ],
  "style": [
    "file:./style-index.css"
  ]
}