{
  "apiVersion" : 3,
  "name" : "foundry/tabs-block",
  "title" : "Refoundry Tab Item",
  "category" : "design",
  "attributes" : {
    "heading" : {
      "type" : "string"
    },
    "body" : {
      "type" : "string"
    },
    "tabsDefaultColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "tabsActiveColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "default" : {
        "all" : 1
      }
    }
  },
  "parent" : [
    "foundry/tabs"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "fndryBlockId": true
  }
}