{
  "apiVersion" : 3,
  "name" : "foundry/paragraph",
  "title" : "Refoundry Paragraph Block",
  "category" : "text",
  "attributes" : {
    "content" : {
      "default" : "",
      "type" : "string",
      "role" : "content"
    },
    "textAlign" : {
      "type" : "object",
      "responsiveUtilityType" : "textAlign"
    },
    "textColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "overrides" : {
      "type" : "object"
    },
    "marginBottom" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "postId",
    "postType",
    "fndry/paragraphStyle",
    "fndry/paragraphColor"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "fndry-editor-style",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "splitting" : true,
    "align" : [
      "wide",
      "full"
    ]
  }
}