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/media-card/block.json
{
	"name": "coblocks/media-card",
	"category": "layout",
	"attributes": {
		"mediaPosition": {
			"type": "string",
			"default": "left"
		},
		"mediaAlt": {
			"type": "string",
			"source": "attribute",
			"selector": "figure img",
			"attribute": "alt",
			"default": ""
		},
		"mediaId": {
			"type": "number"
		},
		"mediaUrl": {
			"type": "string",
			"source": "attribute",
			"selector": "div div figure video, div div figure img",
			"attribute": "src"
		},
		"mediaType": {
			"type": "string"
		},
		"mediaWidth": {
			"type": "number",
			"default": 55
		},
		"align": {
			"type": "string",
			"default": "wide"
		},
		"maxWidth": {
			"type": "number"
		},
		"hasImgShadow": {
			"type": "boolean",
			"default": false
		},
		"hasCardShadow": {
			"type": "boolean",
			"default": false
		}
	},
	"title": "Media Card",
	"textdomain": "coblocks",
	"editorScript": "blocks-7",
	"description": "Add an image or video with an offset card side-by-side."
}