{
  "apiVersion" : 3,
  "name" : "foundry/archive-list",
  "title" : "Refoundry Archive List",
  "category" : "theme",
  "description" : "Displays a list of taxonomy terms, linking to their archive pages.",
  "attributes" : {
    "hideEmpty" : {
      "type" : "boolean",
      "default" : true
    },
    "taxonomy" : {
      "type" : "string"
    },
    "btnClass" : {
      "type" : "string",
      "isFndryId" : true
    },
    "activeBtnClass" : {
      "type" : "string",
      "isFndryId" : true
    },
    "display" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "display"
    },
    "flex" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "flex"
    },
    "align" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "align"
    },
    "justify" : {
      "type" : "object",
      "baseClass" : true,
      "responsiveUtilityType" : "justify"
    },
    "gap" : {
      "type" : "string"
    },
    "showLabel" : {
      "type" : "boolean"
    },
    "labelStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "showAll" : {
      "type" : "boolean"
    },
    "scrollShadow" : {
      "type" : "boolean"
    },
    "showAllLink" : {
      "type" : "object"
    }
  },
  "supports" : {
    "html" : false
  },
  "usesContext" : [
    "query",
    "taxonomyFilters",
    "templateSlug"
  ],
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}
