# blockenberg/2.0.7/blocks/comparison-checklist/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/comparison-checklist/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/comparison-checklist/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/comparison-checklist/block.json#L10-L20`.

```json
{
	"apiVersion": 3,
	"name": "blockenberg/comparison-checklist",
	"title": "Comparison Checklist",
	"category": "bkbg-marketing",
	"icon": "yes-alt",
	"description": "Two-column 'With / Without' checklist comparison to highlight the value of your product or service.",
	"keywords": [
		"comparison",
		"checklist",
		"with without",
		"vs",
		"benefits",
		"features",
		"table"
	],
	"textdomain": "blockenberg",
	"editorScript": "bkbg-comparison-checklist-editor",
	"editorStyle": "bkbg-comparison-checklist-style",
	"style": "bkbg-comparison-checklist-style",
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"attributes": {
		"colATitle": {
			"type": "string",
			"default": "With Our Product"
		},
		"colBTitle": {
			"type": "string",
			"default": "Without Our Product"
		},
		"colAColor": {
			"type": "string",
			"default": "#6c3fb5"
		},
		"colBColor": {
			"type": "string",
			"default": "#ef4444"
		},
		"items": {
			"type": "array",
			"default": [
				{
					"text": "Save hours every week on manual work",
					"colA": true,
					"colB": false
				},
				{
					"text": "Centralised dashboard for all your data",
					"colA": true,
					"colB": false
				},
				{
					"text": "Real-time collaboration with your team",
					"colA": true,
					"colB": false
				},
				{
					"text": "Automated reports sent to your inbox",
					"colA": true,
					"colB": false
				},
				{
					"text": "24/7 priority support included",
					"colA": true,
					"colB": false
				},
				{
					"text": "Steep learning curve and complex setup",
					"colA": false,
					"colB": true
				}
			]
		},
		"style": {
			"type": "string",
			"default": "split"
		},
		"showHeader": {
			"type": "boolean",
			"default": true
		},
		"showIcons": {
			"type": "boolean",
			"default": true
		},
		"iconSize": {
			"type": "number",
			"default": 18
		},
		"fontSize": {
			"type": "number",
			"default": 15
		},
		"fontWeight": {
			"type": "number",
			"default": 500
		},
		"headerSize": {
			"type": "number",
			"default": 16
		},
		"headerWeight": {
			"type": "number",
			"default": 700
		},
		"rowAlternate": {
			"type": "boolean",
			"default": true
		},
		"borderRadius": {
			"type": "number",
			"default": 14
		},
		"cardPadding": {
			"type": "number",
			"default": 32
		},
		"rowPadding": {
			"type": "number",
			"default": 12
		},
		"gap": {
			"type": "number",
			"default": 20
		},
		"headingText": {
			"type": "string",
			"default": ""
		},
		"showHeading": {
			"type": "boolean",
			"default": false
		},
		"headingSize": {
			"type": "number",
			"default": 28
		},
		"headingAlign": {
			"type": "string",
			"default": "center"
		},
		"paddingTop": {
			"type": "number",
			"default": 0
		},
		"paddingBottom": {
			"type": "number",
			"default": 0
		},
		"bgColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"textColor": {
			"type": "string",
			"default": "#1e293b"
		},
		"borderColor": {
			"type": "string",
			"default": "#e2e8f0"
		},
		"checkColor": {
			"type": "string",
			"default": "#22c55e"
		},
		"crossColor": {
			"type": "string",
			"default": "#ef4444"
		},
		"rowBgAlt": {
			"type": "string",
			"default": "#f8fafc"
		},
		"headingColor": {
			"type": "string",
			"default": "#0f172a"
		},
		"lineHeight": {
			"type": "number",
			"default": 1.6
		},
		"typoHeading": {
			"type": "object",
			"default": {}
		},
		"typoRow": {
			"type": "object",
			"default": {}
		},
		"typoHeader": {
			"type": "object",
			"default": {}
		}
	}
}

```
