{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/icon-list",
  "version": "1.0.0",
  "title": "Icon List",
  "category": "bloqra",
  "icon": "list-view",
  "description": "A list of items with icons, links and rich-text labels. Each item is its own block so you can edit inline like the WordPress list block.",
  "keywords": [
    "icon",
    "list",
    "bullet",
    "feature"
  ],
  "example": {
    "attributes": {
      "defaultIcon": "check",
      "defaultIconColor": "#16a34a",
      "orientation": "vertical"
    },
    "innerBlocks": [
      {
        "name": "bloqra/icon-list-item",
        "attributes": {
          "text": "First feature"
        }
      },
      {
        "name": "bloqra/icon-list-item",
        "attributes": {
          "text": "Second feature"
        }
      },
      {
        "name": "bloqra/icon-list-item",
        "attributes": {
          "text": "Third feature"
        }
      }
    ]
  },
  "attributes": {
    "orientation": {
      "type": "string",
      "default": "vertical"
    },
    "columns": {
      "type": "number",
      "default": 2
    },
    "itemGap": {
      "type": "string",
      "default": "12px"
    },
    "iconGap": {
      "type": "string",
      "default": "10px"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "itemAlignment": {
      "type": "string",
      "default": "center"
    },
    "iconPosition": {
      "type": "string",
      "default": "left"
    },
    "defaultIcon": {
      "type": "string",
      "default": "check"
    },
    "defaultIconColor": {
      "type": "string",
      "default": ""
    },
    "defaultIconBgColor": {
      "type": "string",
      "default": ""
    },
    "defaultIconSize": {
      "type": "string",
      "default": "20px"
    },
    "defaultIconStrokeWidth": {
      "type": "number",
      "default": 2
    },
    "defaultIconShape": {
      "type": "string",
      "default": "none"
    },
    "defaultIconPadding": {
      "type": "string",
      "default": ""
    },
    "defaultIconBorderColor": {
      "type": "string",
      "default": ""
    },
    "defaultIconBorderWidth": {
      "type": "string",
      "default": ""
    },
    "defaultIconBorderRadius": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "hoverTextColor": {
      "type": "string",
      "default": ""
    },
    "hoverIconColor": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "string",
      "default": ""
    },
    "fontWeight": {
      "type": "string",
      "default": ""
    },
    "lineHeight": {
      "type": "string",
      "default": "1.5"
    },
    "letterSpacing": {
      "type": "string",
      "default": ""
    },
    "textTransform": {
      "type": "string",
      "default": "none"
    },
    "dividerStyle": {
      "type": "string",
      "default": "none"
    },
    "dividerColor": {
      "type": "string",
      "default": "#e5e7eb"
    },
    "dividerWidth": {
      "type": "string",
      "default": "1px"
    },
    "hoverEffect": {
      "type": "string",
      "default": "none"
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "background": {
      "backgroundImage": true,
      "backgroundSize": true,
      "__experimentalDefaultControls": {
        "backgroundImage": true
      }
    },
    "color": {
      "text": false,
      "background": true,
      "link": true,
      "gradients": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "shadow": true,
    "typography": {
      "__experimentalFontFamily": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}