{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Icon List Item",
  "name": "brandy/icon-list-item",
  "category": "brandy-blocks",
  "description": "One line of an Icon List: an icon, some text and an optional link.",
  "parent": [
    "brandy/icon-list"
  ],
  "attributes": {
    "iconName": {
      "type": "string",
      "default": "check-circle"
    },
    "iconType": {
      "type": "string",
      "enum": [
        "regular",
        "fill",
        "duotone"
      ],
      "default": "fill"
    },
    "text": {
      "type": "string",
      "source": "html",
      "selector": ".brandy-icon-list__text",
      "default": ""
    },
    "iconColor": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "brandy/iconListIconSize",
    "brandy/iconListIconColor",
    "brandy/iconListIconGap"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": false,
    "color": {
      "text": true,
      "background": false,
      "link": true,
      "__experimentalDefaultControls": {
        "text": true
      }
    }
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}