{
  "apiVersion" : 3,
  "name" : "foundry/row-block",
  "title" : "Refoundry Row Block",
  "category" : "layout",
  "attributes" : {
    "negMargin" : {
      "type" : "boolean",
      "default" : true,
      "baseClass" : true,
      "value" : "gutter",
      "modifier" : true
    },
    "rowAlign" : {
      "type" : "object",
      "responsiveUtilityType" : "align",
      "baseClass" : true
    },
    "justify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify",
      "baseClass" : true
    },
    "flex" : {
      "type" : "object",
      "responsiveUtilityType" : "flex",
      "baseClass" : true
    }
  },
  "parent" : [
    "foundry/container-block"
  ],
  "usesContext" : [
    "fndry/containerGutter"
  ],
  "providesContext" : {
    "fndry/columnPadding" : "columnPadding"
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false
  }
}