{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutentools/tabs",
  "version": "1.0",
  "title": "Tabs",
  "description": "A tabs block where each tab supports full inner blocks.",
  "category": "gutentools",
  "attributes": {
    "block_id": {
      "type": "string"
    },
    "tabAlignment": {
      "type": "string",
      "default": "left"
    },
    "tabBg": {
      "type": "string",
      "default": "#f0f0f0"
    },
    "tabColor": {
      "type": "string",
      "default": "#555555"
    },
    "tabActiveBg": {
      "type": "string",
      "default": "#0078FE"
    },
    "tabActiveColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "tabHoverBg": {
      "type": "string",
      "default": ""
    },
    "tabHoverColor": {
      "type": "string",
      "default": ""
    },
    "tabTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "activeUnit": "px",
          "values": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
          }
        },
        "fontFamily": "Default",
        "fontWeight": "600",
        "textTransform": "none",
        "lineHeight": {
          "activeUnit": "em",
          "values": {
            "desktop": 1.4,
            "tablet": 1.4,
            "mobile": 1.4
          }
        }
      }
    },
    "tabPadding": {
      "type": "object",
      "default": {
        "activeUnit": "px",
        "responsiveViews": [
          "desktop",
          "tablet",
          "mobile"
        ],
        "units": [
          "px",
          "%"
        ],
        "values": {
          "desktop": [
            10,
            20,
            10,
            20
          ],
          "tablet": [
            8,
            16,
            8,
            16
          ],
          "mobile": [
            8,
            14,
            8,
            14
          ]
        }
      }
    },
    "tabBorderRadius": {
      "type": "number",
      "default": 0
    },
    "tabGap": {
      "type": "number",
      "default": 4
    },
    "tabContentGap": {
      "type": "number",
      "default": 0
    },
    "contentBg": {
      "type": "string",
      "default": "#ffffff"
    },
    "contentPadding": {
      "type": "object",
      "default": {
        "activeUnit": "px",
        "responsiveViews": [
          "desktop",
          "tablet",
          "mobile"
        ],
        "units": [
          "px",
          "%"
        ],
        "values": {
          "desktop": [
            24,
            24,
            24,
            24
          ],
          "tablet": [
            20,
            20,
            20,
            20
          ],
          "mobile": [
            16,
            16,
            16,
            16
          ]
        }
      }
    },
    "contentBorderRadius": {
      "type": "number",
      "default": 0
    },
    "contentBorderStyle": {
      "type": "string",
      "default": "solid"
    },
    "contentBorderWidth": {
      "type": "number",
      "default": 1
    },
    "contentBorderColor": {
      "type": "string",
      "default": "#dddddd"
    },
    "wrapperBgColor": {
      "type": "string",
      "default": ""
    },
    "wrapperPadding": {
      "type": "object",
      "default": {
        "activeUnit": "px",
        "responsiveViews": [
          "desktop",
          "tablet",
          "mobile"
        ],
        "units": [
          "px",
          "%"
        ],
        "values": {
          "desktop": [
            0,
            0,
            0,
            0
          ],
          "tablet": [
            0,
            0,
            0,
            0
          ],
          "mobile": [
            0,
            0,
            0,
            0
          ]
        }
      }
    },
    "wrapperMargin": {
      "type": "object",
      "default": {
        "activeUnit": "px",
        "responsiveViews": [
          "desktop",
          "tablet",
          "mobile"
        ],
        "units": [
          "px",
          "%"
        ],
        "values": {
          "desktop": [
            0,
            0,
            0,
            0
          ],
          "tablet": [
            0,
            0,
            0,
            0
          ],
          "mobile": [
            0,
            0,
            0,
            0
          ]
        }
      }
    }
  },
  "textdomain": "gutentools",
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}