{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "templazee/icon-picker",
  "version": "0.1.0",
  "title": "Icon Picker",
  "category": "templazee",
  "icon": "info",
  "description": "Enables users to easily select and display icons from a library to enhance the visual appeal of their content.",
  "attributes": {
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "icon": {
      "type": "string",
      "default": "fas fa-user"
    },
    "linkURL": {
      "type": "string",
      "default": "#"
    },
    "iconLink": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": false
    },
    "align": true,
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "icon-picker",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}