{
     "$schema": "https://schemas.wp.org/trunk/block.json",
     "apiVersion": 3,
     "name": "ub/styled-list",
     "title": "Styled List",
     "category": "ultimateblocks",
     "description": "This block lets you add a styled list in your post or pages. Instead of bullets you can use various icons as your list style type. ",
     "keywords": [
          "List",
          "Styled List",
          "Ultimate Blocks"
     ],
     "attributes": {
          "blockID": {
               "type": "string",
               "default": ""
          },
          "list": {
               "type": "string",
               "default": ""
          },
          "selectedIcon": {
               "type": "string",
               "default": "check"
          },
          "alignment": {
               "type": "string",
               "default": "left"
          },
          "listAlignment": {
               "type": "string",
               "default": ""
          },
          "iconColor": {
               "type": "string",
               "default": "#000000"
          },
          "iconSize": {
               "type": "number",
               "default": 5
          },
          "fontSize": {
               "type": "number",
               "default": 0
          },
          "itemSpacing": {
               "type": "number",
               "default": 0
          },
          "columns": {
               "type": "number",
               "default": 1
          },
          "maxMobileColumns": {
               "type": "number",
               "default": 2
          },
          "isRootList": {
               "type": "boolean",
               "default": false
          },
          "textColor": {
               "type": "string",
               "default": ""
          },
          "backgroundColor": {
               "type": "string",
               "default": ""
          },
          "padding": {
               "type": "object",
               "default": {}
          },
          "margin": {
               "type": "object",
               "default": {}
          }
     },
     "supports": {}
}