{
  "apiVersion" : 3,
  "name" : "foundry/button",
  "title" : "Refoundry Button",
  "category" : "design",
  "attributes" : {
    "text" : {
      "type" : "string"
    },
    "newTab" : {
      "type" : "boolean",
      "default" : false
    },
    "noreferrer" : {
      "type" : "boolean",
      "default" : false
    },
    "noopener" : {
      "type" : "boolean",
      "default" : false
    },
    "url" : {
      "type" : "string"
    },
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "baseClass" : true
    },
    "margin" : {
      "type" : "object",
      "responsiveUtilityType" : "margin",
      "baseClass" : true
    },
    "minWidth" : {
      "type" : "number",
      "default" : 200
    },
    "minHeight" : {
      "type" : "number",
      "default" : 60
    },
    "classMod" : {
      "type" : "string",
      "isFndryId" : true
    },
    "isPopup" : {
      "type" : "boolean"
    },
    "usePostLink" : {
      "type" : "boolean",
      "default" : false
    },
    "overrides" : {
      "type" : "object"
    },
    "role" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "fndry/flexBasis",
    "fndry/hasBorder",
    "fndry/borderColor",
    "foundry/buttonRole",
    "fndry/buttonStyle",
    "postType",
    "queryId",
    "postId",
    "url",
    "isPost"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "fndryBlockId": true,
    "align" : [
      "wide",
      "full"
    ]
  }
}