{
  "apiVersion" : 3,
  "name" : "foundry/related-posts",
  "title" : "Related Posts Block",
  "category" : "theme",
  "attributes" : {
    "taxonomyFilters" : {
      "type" : "array",
      "default" : []
    },
    "query" : {
      "type" : "object",
      "default" : {
        "perPage" : 3,
        "offset" : 0,
        "postType" : "post",
        "order" : "asc",
        "orderBy" : "date",
        "exclude" : [],
        "sticky" : "",
        "inherit" : true
      }
    },
    "matchingRule" : {
      "type" : "string",
      "default" : "OR"
    },
    "backfillNoResults": {
      "type" : "boolean",
      "default": true
    }
  },
  "providesContext" : {
    "query" : "query",
    "wpQuery" : "query",
    "postWidth" : "postWidth",
    "foundry/taxonomyFilters" : "taxonomyFilters"
  },
  "parent" : [
    "foundry/container-block",
    "foundry/column-block"
  ],
  "usesContext" : [
    "templateSlug"
  ],
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "anchor" : true
  }
}
