# blockenberg/2.0.7/blocks/styled-list/block.json

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

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

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/styled-list",
    "title": "Styled List",
    "category": "bkbg-content",
    "icon": "editor-ul",
    "description": "Fully customizable list with icons, rich text, and flexible layout options.",
    "keywords": [
        "list",
        "ul",
        "ol",
        "icon",
        "checklist",
        "features",
        "bullet"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-styled-list-editor",
    "editorStyle": "bkbg-styled-list-style",
    "style": "bkbg-styled-list-style",
    "viewScript": "bkbg-styled-list-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "items": {
            "type": "array",
            "default": [
                {
                    "text": "Full WYSIWYG editing for every list item — <strong>bold</strong>, <em>italic</em>, links and more.",
                    "description": "",
                    "customColor": "",
                    "itemIconType": "",
                    "itemIconUrl": "",
                    "itemIconChar": "",
                    "itemIconDashicon": ""
                },
                {
                    "text": "Choose from built-in icons, Dashicons, or a custom image per item.",
                    "description": "",
                    "customColor": "",
                    "itemIconType": "",
                    "itemIconUrl": "",
                    "itemIconChar": "",
                    "itemIconDashicon": ""
                },
                {
                    "text": "Two-column grid, horizontal row or classic vertical layout.",
                    "description": "",
                    "customColor": "",
                    "itemIconType": "",
                    "itemIconUrl": "",
                    "itemIconChar": "",
                    "itemIconDashicon": ""
                },
                {
                    "text": "Per-item description line with independent typography settings.",
                    "description": "Optional secondary text that appears below the main item text.",
                    "customColor": "",
                    "itemIconType": "",
                    "itemIconUrl": "",
                    "itemIconChar": "",
                    "itemIconDashicon": ""
                }
            ]
        },
        "listStyle": {
            "type": "string",
            "default": "vertical"
        },
        "columns": {
            "type": "number",
            "default": 2
        },
        "gap": {
            "type": "number",
            "default": 12
        },
        "columnGap": {
            "type": "number",
            "default": 32
        },
        "iconType": {
            "type": "string",
            "default": "check"
        },
        "iconShape": {
            "type": "string",
            "default": "none"
        },
        "iconPosition": {
            "type": "string",
            "default": "left"
        },
        "iconSize": {
            "type": "number",
            "default": 18
        },
        "iconColor": {
            "type": "string",
            "default": "#3b82f6"
        },
        "iconBgColor": {
            "type": "string",
            "default": "#dbeafe"
        },
        "iconBgSize": {
            "type": "number",
            "default": 34
        },
        "iconBgRadius": {
            "type": "number",
            "default": 50
        },
        "customChar": {
            "type": "string",
            "default": "→"
        },
        "customDashicon": {
            "type": "string",
            "default": "yes-alt"
        },
        "customImageUrl": {
            "type": "string",
            "default": ""
        },
        "perItemIcon": {
            "type": "boolean",
            "default": false
        },
        "iconAlignTop": {
            "type": "boolean",
            "default": false
        },
        "showDescription": {
            "type": "boolean",
            "default": false
        },
        "itemPaddingTop": {
            "type": "number",
            "default": 10
        },
        "itemPaddingRight": {
            "type": "number",
            "default": 14
        },
        "itemPaddingBottom": {
            "type": "number",
            "default": 10
        },
        "itemPaddingLeft": {
            "type": "number",
            "default": 14
        },
        "itemBg": {
            "type": "string",
            "default": "transparent"
        },
        "itemBgHover": {
            "type": "string",
            "default": ""
        },
        "itemBorderWidth": {
            "type": "number",
            "default": 0
        },
        "itemBorderColor": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "itemBorderStyle": {
            "type": "string",
            "default": "solid"
        },
        "itemBorderRadius": {
            "type": "number",
            "default": 0
        },
        "itemShadow": {
            "type": "boolean",
            "default": false
        },
        "dividerEnabled": {
            "type": "boolean",
            "default": false
        },
        "dividerColor": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "dividerWidth": {
            "type": "number",
            "default": 1
        },
        "fontSize": {
            "type": "number",
            "default": 16
        },
        "fontWeight": {
            "type": "number",
            "default": 400
        },
        "lineHeight": {
            "type": "number",
            "default": 1.6
        },
        "textColor": {
            "type": "string",
            "default": "#374151"
        },
        "descFontSize": {
            "type": "number",
            "default": 14
        },
        "descFontWeight": {
            "type": "number",
            "default": 400
        },
        "descColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "alignment": {
            "type": "string",
            "default": "left"
        },
        "perItemColor": {
            "type": "boolean",
            "default": false
        },
        "textTypo": {
            "type": "object",
            "default": {}
        },
        "descTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
