{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "advanced-blocks-pro/icon-list-child",
  "version": "0.1.0",
  "title": "Form Field",
  "parent": [
    "advanced-blocks-pro/icon-list"
  ],
  "category": "advanced-blocks-pro",
  "icon": "smiley",
  "description": "Make your list items pop with the Advanced Icon List plugin. Add a touch of visual interest with eye-catching SVG or icon bullets for each item, taking your content to the next level.",
  "supports": {
    "html": false,
    "advancedBlocksPro": {
      "list": {
        "text": {
          "_except": [
            "tag"
          ],
          "field": {
            "responsive": {
              "desktop": "Hello World"
            }
          },
          "icon": {
            "responsive": {
              "desktop": "fas fa-dot-circle"
            }
          }
        }
      }
    }
  },
  "attributes": {
    "blockId": {
      "type": "string"
    }
  },
  "providesContext": {
    "field_type": "field_type",
    "field_name": "field_name",
    "required_toggle": "required_toggle"
  },
  "textdomain": "advanced-blocks-pro",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}