{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Term Grid",
  "apiVersion": 3,
  "name": "ptam/term-grid",
  "category": "ptam-custom-query-blocks",
  "icon": "<svg aria-hidden='true' focusable='false' data-prefix='fad' data-icon='th-large' class='svg-inline--fa fa-th-large fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><g class='fa-group'><path class='fa-secondary' fill='#585aa8' d='M488 272H296a24 24 0 0 0-24 24v160a24 24 0 0 0 24 24h192a24 24 0 0 0 24-24V296a24 24 0 0 0-24-24zm-272 0H24a24 24 0 0 0-24 24v160a24 24 0 0 0 24 24h192a24 24 0 0 0 24-24V296a24 24 0 0 0-24-24z' opacity='0.4'></path><path class='fa-primary' fill='#585aa8' d='M488 32H296a24 24 0 0 0-24 24v160a24 24 0 0 0 24 24h192a24 24 0 0 0 24-24V56a24 24 0 0 0-24-24zm-272 0H24A24 24 0 0 0 0 56v160a24 24 0 0 0 24 24h192a24 24 0 0 0 24-24V56a24 24 0 0 0-24-24z'></path></g></svg>",
  "description": "Show off your terms (categories) in a beautiful and customizable grid.",
  "keywords": [
    "category",
    "term",
    "grid"
  ],
  "supports": {
    "align": [
      "wide",
      "full",
      "center"
    ],
    "anchor": true,
    "html": false
  },
  "version": "5.1.4",
  "textdomain": "post-type-archive-mapping",
  "attributes": {
    "taxonomy": {
      "type": "string",
      "default": "category"
    },
    "terms": {
      "type": "array",
      "default": []
    },
    "termsExclude": {
      "type": "array",
      "default": []
    },
    "order": {
      "type": "string",
      "default": "desc"
    },
    "orderBy": {
      "type": "string",
      "default": "name"
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "columns": {
      "type": "integer",
      "default": 2
    },
    "showTermTitle": {
      "type": "boolean",
      "default": true
    },
    "showTermDescription": {
      "type": "boolean",
      "default": false
    },
    "disableStyles": {
      "type": "boolean",
      "default": false
    },
    "linkContainer": {
      "type": "boolean",
      "default": true
    },
    "linkTermTitle": {
      "type": "boolean",
      "default": true
    },
    "showButton": {
      "type": "boolean",
      "default": false
    },
    "backgroundImageSource": {
      "type": "string",
      "default": "meta"
    },
    "backgroundImageMeta": {
      "type": "string",
      "default": ""
    },
    "backgroundImageFallback": {
      "type": "object",
      "default": ""
    },
    "imageSize": {
      "type": "string",
      "default": "large"
    },
    "containerId": {
      "type": "string",
      "default": "ptam-term-grid-wrapper"
    },
    "backgroundType": {
      "type": "string",
      "default": "color"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#32373c"
    },
    "backgroundColorHover": {
      "type": "string",
      "default": "#32373c"
    },
    "backgroundGradient": {
      "type": "string",
      "default": ""
    },
    "backgroundGradientHover": {
      "type": "string",
      "default": ""
    },
    "overlayColor": {
      "type": "string",
      "default": "#000000"
    },
    "overlayColorHover": {
      "type": "string",
      "default": "#000000"
    },
    "overlayOpacity": {
      "type": "number",
      "default": 0.3
    },
    "overlayOpacityHover": {
      "type": "number",
      "default": 0.5
    },
    "termTitleColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "termTitleColorHover": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "termDescriptionColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "termDescriptionColorHover": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "itemBorder": {
      "type": "integer",
      "default": 0
    },
    "itemBorderColor": {
      "type": "string",
      "default": "#000000"
    },
    "itemBorderRadius": {
      "type": "integer",
      "default": 0
    },
    "termTitleFont": {
      "type": "string",
      "default": "Arial"
    },
    "termDescriptionFont": {
      "type": "string",
      "default": "Arial"
    },
    "termButtonText": {
      "type": "string",
      "default": "Learn More"
    },
    "termButtonFont": {
      "type": "string",
      "default": "Arial"
    },
    "termButtonTextColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "termButtonTextHoverColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "termButtonBackgroundColor": {
      "type": "string",
      "default": "#32373c"
    },
    "termButtonBackgroundHoverColor": {
      "type": "string",
      "default": "#000000"
    },
    "termButtonBorder": {
      "type": "integer",
      "default": 0
    },
    "termButtonBorderColor": {
      "type": "string",
      "default": "#000000"
    },
    "termButtonBorderRadius": {
      "type": "integer",
      "default": 28
    },
    "preview": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "ptam-custom-posts-gutenberg",
  "editorStyle": "ptam-style-editor-css"
}