{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-terms",
  "title" : "Refoundry Post Terms",
  "category" : "theme",
  "description" : "Post terms.",
  "textdomain" : "default",
  "attributes" : {
    "term" : {
      "type" : "string"
    },
    "separator" : {
      "type" : "string",
      "default" : ", "
    },
    "labelColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "termColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "string"
    },
    "termStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "display" : {
      "type" : "object",
      "responsiveUtilityType" : "display"
    },
    "flex" : {
      "type" : "object",
      "responsiveUtilityType" : "flex"
    },
    "align" : {
      "type" : "object",
      "responsiveUtilityType" : "align"
    },
    "justify" : {
      "type" : "object",
      "responsiveUtilityType" : "justify"
    },
    "showTaxLabel" : {
      "type" : "boolean",
      "default" : true
    },
    "addLabelColon" : {
      "type" : "boolean",
      "default" : false
    },
    "labelStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "labelPosition" : {
      "type" : "string"
    },
    "overlayBackgroundColor" : {
      "type" : "string"
    },
    "backgroundColor" : {
      "type" : "string"
    },
    "submenuBackgroundColor" : {
      "type" : "string"
    },
    "buttonStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "taxonomies" : {
      "type" : "array"
    },
    "gridGap" : {
      "type" : "string",
      "default" : "0.5em"
    },
    "isLink" : {
      "type" : "boolean",
      "default" : false
    },
    "rel" : {
      "type" : "string",
      "attribute" : "rel",
      "default" : ""
    },
    "linkTarget" : {
      "type" : "string",
      "default" : "_self"
    }
  },
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "query",
    "queryBlockId",
    "taxonomyFilters",
    "fndry/buttonStyle",
    "taxonomyFilters",
    "wpQuery"
  ],
  "supports" : {
    "html" : false
  },
  "style" : "file:./style.min.css"
}