{
  "apiVersion" : 3,
  "name" : "foundry/blockquote",
  "title" : "Refoundry Quote Block",
  "category" : "text",
  "attributes" : {
    "quote" : {
      "type" : "string"
    },
    "citation" : {
      "type" : "string"
    },
    "textAlign" : {
      "type" : "string",
      "default" : "center"
    },
    "quoteStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "citeStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "quoteColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "citeColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "padding" : {
      "type" : "object",
      "responsiveUtilityType" : "padding",
      "baseClass" : true
    },
    "margin" : {
      "type" : "object",
      "responsiveUtilityType" : "margin",
      "baseClass" : true
    },
    "style" : {
      "type" : "string"
    },
    "borderColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "borderWidth" : {
      "type" : "string"
    },
    "quoteSize" : {
      "type" : "number",
      "default" : 16
    },
    "citeSize" : {
      "type" : "number",
      "default" : 14
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "align" : [
      "wide",
      "full"
    ]
  }
}