{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/iconpicker-block",
  "version": "1.6.1",
  "title": "Iconpicker Blocks",
  "category": "necessary-blocks",
  "icon": "editor-contract",
  "description": "Choose Font Awesome or Dashicon icons for your design.",
  "supports": {
    "html": false,
    "shadow": true,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "className": true,
    "customClassName": true,
    "anchor": true
  },
  "attributes": {
    "selectedIcons": {
      "type": "array",
      "default": []
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "iconShape": {
      "type": "string",
      "default": "circle"
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomLeft": "5px",
        "bottomRight": "5px"
      }
    },
    "borderbox": {
      "type": "object",
      "default": {}
    },
    "width": {
      "type": "string",
      "default": "48px"
    },
    "height": {
      "type": "string",
      "default": "48px"
    },
    "iconColor": {
      "type": "string",
      "default": "#fff"
    },
    "iconBackground": {
      "type": "string",
      "default": "#ddd"
    }
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "stacked",
      "label": "Stacked"
    },
    {
      "name": "framed",
      "label": "Framed"
    },
    {
      "name": "bordered",
      "label": "Bordered"
    }
  ],
  "textdomain": "iconpicker-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}