# blockspare/5.0.1/build/block/list/block.json

BlockSpare – Gutenberg Blocks, AI Content Generator &amp; Site Builder for News, Magazine &amp; Blogs, version 5.0.1. 133 lines.

- Page: https://pluginprobe.com/plugins/blockspare/5.0.1/code/build/block/list/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/5.0.1/raw/build/block/list/block.json
- Modified: 2026-07-24T16:03:22+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/blockspare/5.0.1/code/build/block/list/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/blockspare-list",
  "title": "Icon List",
  "category": "blockspare",
  "description": "Add bulleted or numbered lists with custom icons and styling options.",
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "sectionAlignment": {
      "type": "string",
      "default": "left"
    },
    "listBackGroundColor": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "default": "blockspare-list-check"
    },
    "listData": {
      "type": "string",
      "source": "html",
      "selector": "ol,ul",
      "multiline": "li",
      "default": "List item content"
    },
    "listType": {
      "type": "string",
      "default": "ul"
    },
    "orderListStyle": {
      "type": "string",
      "default": "blockspare-style1"
    },
    "color": {
      "type": "string",
      "default": "#404040"
    },
    "descriptionIconColor": {
      "type": "string",
      "default": "#404040"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "descriptionFontSize": {
      "type": "number",
      "default": 16
    },
    "descriptionFontFamily": {
      "type": "string",
      "default": "Default"
    },
    "descriptionFontWeight": {
      "type": "string",
      "default": ""
    },
    "descriptionFontSubset": {
      "type": "string"
    },
    "descriptionFontSizeType": {
      "type": "string",
      "default": "px"
    },
    "descriptionFontSizeMobile": {
      "type": "number",
      "default": 14
    },
    "descriptionFontSizeTablet": {
      "type": "number",
      "default": 14
    },
    "descriptionLoadGoogleFonts": {
      "type": "boolean",
      "default": false
    },
    "marginTop": {
      "type": "number",
      "default": 30
    },
    "marginRight": {
      "type": "number",
      "default": 0
    },
    "marginBottom": {
      "type": "number",
      "default": 30
    },
    "marginLeft": {
      "type": "number",
      "default": 0
    },
    "paddingTop": {
      "type": "number",
      "default": 0
    },
    "paddingRight": {
      "type": "number",
      "default": 0
    },
    "paddingBottom": {
      "type": "number",
      "default": 0
    },
    "paddingLeft": {
      "type": "number",
      "default": 0
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
