HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/plugins/gutenmate/build/block-library/terms/block.json
{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
  "apiVersion": 2,
  "name": "gtm/terms",
  "title": "Terms",
  "description": "Add a customizable term listing.",
  "category": "gtm-blocks",
  "textdomain": "gutenmate",
  "keywords": [
    "gutenmate",
    "archive"
  ],
  "attributes": {
    "term": {
      "type": "string",
      "default": "category"
    },
    "itemDisplay": {
      "type": "string",
      "enum": [
        "all",
        "parent",
        "sub"
      ],
      "default": "parent"
    },
    "columns": {
      "type": "object",
      "default": {}
    },
    "gap": {
      "type": "object",
      "default": {}
    },
    "enableItemDescription": {
      "type": "boolean",
      "default": false
    },
    "itemNameTypography": {
      "type": "object",
      "default": {}
    },
    "itemDescriptionTypography": {
      "type": "object",
      "default": {}
    },
    "itemDescriptionSpacing": {
      "type": "object",
      "default": {}
    },
    "imageHeight": {
      "type": "object",
      "default": {}
    },
    "imageWidth": {
      "type": "object",
      "default": {}
    },
    "imageSize": {
      "type": "string",
      "default": ""
    },
    "useAltImage": {
      "type": "boolean",
      "default": false
    },
    "imageFocalPoint": {
      "type": "object",
      "default": {
        "x": 0.5,
        "y": 0.5
      }
    },
    "imageHoverEffect": {
      "type": "string",
      "default": ""
    },
    "imageHoverBlur": {
      "type": "boolean",
      "default": false
    },
    "imageHoverGray": {
      "type": "boolean",
      "default": false
    },
    "imageRadius": {
      "type": [
        "string",
        "object"
      ],
      "default": {}
    },
    "imageShadow": {
      "type": "string",
      "default": ""
    },
    "overlayBg": {
      "type": "object",
      "default": {}
    },
    "overlayOpacity": {
      "type": "number"
    },
    "overlayBlendMode": {
      "type": "string",
      "default": ""
    },
    "overlayHoverBg": {
      "type": "object",
      "default": {}
    },
    "overlayHoverOpacity": {
      "type": "number"
    },
    "overlayHoverBlendMode": {
      "type": "string",
      "default": ""
    },
    "itemNameColor": {
      "type": "string",
      "default": ""
    },
    "itemNameHoverColor": {
      "type": "string",
      "default": ""
    },
    "itemDescriptionColor": {
      "type": "string",
      "default": ""
    },
    "itemDescriptionHoverColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "gtmBlockVisibility": true,
    "gtmBlockProps": {
      "margin": true,
      "padding": true,
      "bg": true,
      "radius": true,
      "shadow": true
    },
    "gtmResponsiveAttributes": true
  },
  "editorScript": "gtm-block-editor-script",
  "editorStyle": "gtm-terms-editor-style",
  "style": "gtm-terms-style"
}