{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "sb/icon-list-item",
  "version": "0.1.0",
  "title": "Item",
  "category": "sb-blocks",
  "keywords": [
    "solo"
  ],
  "parent": [
    "sb/icon-list"
  ],
  "icon": "smiley",
  "description": "Use this block option to configure the list icon.",
  "supports": {
    "html": false,
    "sb_uid": true
  },
  "textdomain": "sb_logo",
  "editorScript": "file:./editor.js",
  "editorStyle": "file:./editor.css",
  "attributes": {
    "icon": {
      "type": "object",
      "default": {
        "name": "check",
        "category": "solid"
      }
    },
    "text": {
      "type": "string",
      "default": "Icon list item"
    },
    "iconSize": {
      "type": "number",
      "default": 16
    },
    "iconColor": {
      "type": "string"
    },
    "iconViewType": {
      "type": "string",
      "default": "default"
    },
    "iconBackground": {
      "type": "string",
      "default": ""
    },
    "iconBorder": {
      "type": "string",
      "default": "none"
    },
    "iconBorderWidth": {
      "type": "number",
      "default": 1
    },
    "iconBorderColor": {
      "type": "string",
      "default": ""
    },
    "iconBorderRadius": {
      "type": "number",
      "default": 0
    },
    "iconPadding": {
      "type": "number",
      "default": 20
    }
  }
}