Path : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/logos/
File Upload :
Current File : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/blocks/logos/block.json

{
	"name": "logos",
	"attributes": {
		"align": {
			"type": "string"
		},
		"grayscale": {
			"type": "boolean",
			"default": false
		},
		"images": {
			"type": "array",
			"default": [],
			"source": "query",
			"selector": "img",
			"query": {
				"url": {
					"type": "string",
					"source": "attribute",
					"attribute": "src"
				},
				"alt": {
					"type": "string",
					"source": "attribute",
					"attribute": "alt",
					"default": ""
				},
				"id": {
					"type": "string",
					"source": "attribute",
					"attribute": "data-id"
				},
				"width": {
					"type": "string",
					"source": "attribute",
					"attribute": "data-width"
				}
			}
		}
	}
}