{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-no-results",
  "title" : "Refoundry No Results",
  "category" : "theme",
  "description" : "Contains the block elements used to render content when no query results are found.",
  "parent" : [
    "foundry/query-block"
  ],
  "attributes" : {
  },
  "textdomain" : "default",
  "usesContext" : [
    "queryId",
    "query",
    "taxonomyFilters",
    "wpQuery"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false
  }
}