{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/icon-list-item",
  "version": "1.0.0",
  "title": "Icon List Item",
  "category": "bloqra",
  "icon": "minus",
  "parent": [
    "bloqra/icon-list"
  ],
  "description": "A single row inside an Icon List. Choose an icon, type the label, optionally link it.",
  "attributes": {
    "text": {
      "type": "string",
      "source": "html",
      "selector": ".bloqra-icon-list-item__text",
      "default": ""
    },
    "icon": {
      "type": "string",
      "default": "check"
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "iconBgColor": {
      "type": "string",
      "default": ""
    },
    "iconSize": {
      "type": "string",
      "default": ""
    },
    "link": {
      "type": "string",
      "default": ""
    },
    "linkNewTab": {
      "type": "boolean",
      "default": false
    },
    "linkRel": {
      "type": "string",
      "default": ""
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "reusable": false,
    "inserter": false,
    "className": false,
    "spacing": {
      "margin": false,
      "padding": false
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css"
}