{
  "apiVersion" : 3,
  "name" : "foundry/tabs",
  "title" : "Refoundry Tabs Block",
  "category" : "layout",
  "attributes" : {
    "background" : {
      "type" : "object",
      "default" : {
        "color" : "",
        "images" : []
      }
    },
    "textStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "string"
    },
    "orientation" : {
      "type" : "object",
      "responsiveUtilityType" : "orientation",
      "default" : {
        "all" : "horizontal"
      }
    },
    "align" : {
      "type" : "object",
      "responsiveUtilityType" : "align",
      "baseClass" : false
    },
    "justify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify",
      "baseClass" : false
    },
    "gap" : {
      "type" : "string"
    },
    "headingStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "tabsDefaultColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "tabsActiveColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "activeTextColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "innerBlocks" : {
      "type" : "array"
    },
    "navBorderColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "tabBorderRadius" : {
      "type" : "object",
      "default" : {
        "top" : "0px",
        "right" : "0px",
        "bottom" : "0px",
        "left" : "0px"
      }
    },
    "tabBorder" : {
      "type" : "object"
    },
    "activeTabBorderRadius" : {
      "type" : "object",
      "default" : {
        "top" : "0px",
        "right" : "0px",
        "bottom" : "0px",
        "left" : "0px"
      }
    },
    "activeTabBorder" : {
      "type" : "object"
    },
    "navBorderWidth" : {
      "type" : "string"
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false
  }
}