{
  "apiVersion" : 3,
  "name" : "foundry/heading",
  "title" : "Refoundry Heading",
  "category" : "text",
  "attributes" : {
    "heading" : {
      "type" : "string"
    },
    "headingLevel" : {
      "type" : "number",
      "default" : 2
    },
    "headingStyle" : {
      "type" : "string",
      "baseClass" : true,
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "object",
      "responsiveUtilityType" : "textAlign"
    },
    "textColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "overrides" : {
      "type" : "object"
    },
    "marginBottom" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "postId",
    "postType",
    "fndry/headingLevel",
    "fndry/headingStyle",
    "fndry/headingColor"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "splitting" : true,
    "align" : [
      "wide",
      "full"
    ]
  }
}