HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/mjlclaims/public_html/wp-content/plugins/coblocks/src/blocks/gallery-masonry/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "coblocks/gallery-masonry",
	"title": "Masonry Gallery",
	"category": "media",
	"description": "Display multiple images in a masonry style gallery.",
	"keywords": [
		"images",
		"photos"
	],
	"textdomain": "coblocks",
	"attributes": {
		"images": {
			"type": "array",
			"default": [],
			"source": "query",
			"selector": ".coblocks-gallery--item",
			"query": {
				"url": {
					"source": "attribute",
					"selector": "img",
					"attribute": "src"
				},
				"link": {
					"source": "attribute",
					"selector": "img",
					"attribute": "data-link"
				},
				"imgLink": {
					"source": "attribute",
					"selector": "img",
					"attribute": "data-imglink"
				},
				"alt": {
					"source": "attribute",
					"selector": "img",
					"attribute": "alt",
					"default": ""
				},
				"id": {
					"source": "attribute",
					"selector": "img",
					"attribute": "data-id"
				},
				"caption": {
					"type": "array",
					"source": "children",
					"selector": "figcaption"
				}
			}
		},
		"caption": {
			"type": "string",
			"source": "html",
			"selector": ".blocks-gallery-caption"
		},
		"filter": {
			"default": "none",
			"type": "string"
		},
		"linkTarget": {
			"type": "string"
		},
		"linkTo": {
			"type": "string"
		},
		"radius": {
			"type": "number",
			"default": 0
		},
		"sizeSlug": {
			"type": "string",
			"default": "large"
		},
		"allowResize": {
			"type": "boolean",
			"default": false
		}
	},
	"providesContext": {
		"allowResize": "allowResize",
		"imageCrop": "imageCrop"
	},
	"supports": {
		"anchor": true,
		"gutter": {
			"default": "medium",
			"customDefault": 0.2
		},
		"align": [
			"wide",
			"full"
		],
		"coBlocksSpacing": true,
		"html": false
	},
	"editorStyle": "wp-block-coblocks-gallery-masonry-editor",
	"style": "wp-block-coblocks-gallery-masonry",
	"editorScript": "blocks-5"
}