# getwid/3.0.1/assets/blocks/images-stack/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 86 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/images-stack/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/images-stack/block.json
- Modified: 2026-08-28T10:51:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/images-stack/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/images-stack",
  "description": "Displays an overlapping image gallery.",
  "category": "getwid-blocks",
  "title": "Image Stack Gallery",
  "keywords": [
    "photo"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "align": {
      "type": "string"
    },
    "images": {
      "type": "array",
      "default": [],
      "source": "query",
      "selector": ".wp-block-getwid-images-stack .wp-block-getwid-images-stack__media-wrapper",
      "query": {
        "url": {
          "source": "attribute",
          "selector": "img",
          "attribute": "src"
        },
        "original_url": {
          "source": "attribute",
          "selector": "a",
          "attribute": "href"
        },
        "link": {
          "source": "attribute",
          "selector": "img",
          "attribute": "data-link"
        },
        "alt": {
          "source": "attribute",
          "selector": "img",
          "attribute": "alt",
          "default": ""
        },
        "id": {
          "source": "attribute",
          "selector": "img",
          "attribute": "data-id"
        },
        "caption": {
          "type": "string",
          "source": "html",
          "selector": "figcaption"
        }
      }
    },
    "ids": {
      "type": "array",
      "default": []
    },
    "imageSize": {
      "type": "string",
      "default": "full"
    },
    "linkTo": {
      "type": "string",
      "default": "none"
    },
    "stackStyle": {
      "type": "string",
      "default": "default"
    },
    "stackOverlap": {
      "type": "string",
      "default": "default"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
