# blockenberg/2.0.7/blocks/masonry-grid/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 121 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/masonry-grid/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/masonry-grid/block.json
- Modified: 2026-03-06T12:32:40+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/blockenberg/2.0.7/code/blocks/masonry-grid/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/masonry-grid",
    "title": "Masonry Grid",
    "category": "bkbg-layout",
    "icon": "cover-image",
    "description": "Responsive masonry layout for images with hover effects.",
    "keywords": [
        "masonry",
        "grid",
        "gallery",
        "columns",
        "layout"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-masonry-grid-editor",
    "editorStyle": "bkbg-masonry-grid-style",
    "style": "bkbg-masonry-grid-style",
    "viewScript": "bkbg-masonry-grid-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "columns": {
            "type": "number",
            "default": 3
        },
        "gap": {
            "type": "number",
            "default": 16
        },
        "imageRadius": {
            "type": "number",
            "default": 8
        },
        "hoverEffect": {
            "type": "string",
            "default": "zoom"
        },
        "showCaption": {
            "type": "boolean",
            "default": true
        },
        "showOverlay": {
            "type": "boolean",
            "default": true
        },
        "overlayColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "overlayOpacity": {
            "type": "number",
            "default": 70
        },
        "captionColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "captionTypo": {
            "type": "object",
            "default": {}
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "lightbox": {
            "type": "boolean",
            "default": false
        },
        "items": {
            "type": "array",
            "default": [
                {
                    "id": 0,
                    "url": "",
                    "alt": "Project One",
                    "caption": "Project One",
                    "link": ""
                },
                {
                    "id": 0,
                    "url": "",
                    "alt": "Project Two",
                    "caption": "Project Two",
                    "link": ""
                },
                {
                    "id": 0,
                    "url": "",
                    "alt": "Project Three",
                    "caption": "Project Three",
                    "link": ""
                },
                {
                    "id": 0,
                    "url": "",
                    "alt": "Project Four",
                    "caption": "Project Four",
                    "link": ""
                },
                {
                    "id": 0,
                    "url": "",
                    "alt": "Project Five",
                    "caption": "Project Five",
                    "link": ""
                }
            ]
        }
    }
}

```
