{
  "apiVersion" : 3,
  "name" : "foundry/statistics-block",
  "title" : "Refoundry Statistic Block",
  "category" : "design",
  "attributes" : {
    "headingLevel" : {
      "type" : "number",
      "default" : 3
    },
    "stat" : {
      "type" : "string"
    },
    "preStat" : {
      "type" : "string"
    },
    "postStat" : {
      "type" : "string"
    },
    "statStyle" : {
      "type" : "string",
      "isFndryId": true
    },
    "textStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "body" : {
      "type" : "string"
    },
    "imageId" : {
      "type" : "number"
    },
    "flexBasis" : {
      "type" : "number",
      "default" : 30
    },
    "hasBorder" : {
      "type" : "boolean",
      "default" : false
    },
    "borderColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "borderRadius" : {
      "type" : "number"
    },
    "borderWidth" : {
      "type" : "number"
    },
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "baseClass" : true,
      "default" : {
        "all" : 0
      }
    },
    "margin" : {
      "type" : "object",
      "responsiveUtilityType" : "margin",
      "baseClass" : true,
      "default" : {
        "all" : 0
      }
    },
    "textAlign" : {
      "type" : "string"
    },
    "contentBackground" : {
      "type" : "string",
      "isFndryId" : true
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "align" : [
      "wide",
      "full"
    ]
  }
}
