{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "sb/icon-box",
  "version": "0.1.0",
  "title": "SB Icon Box",
  "category": "sb-blocks",
  "icon": "smiley",
  "keywords": [
    "solo"
  ],
  "description": "Add the visual box that combines an icon, headline and text.",
  "supports": {
    "html": false,
    "align": false,
    "sb_uid": true,
    "sb_dimension": false
  },
  "textdomain": "sb_logo",
  "editorScript": "file:./editor.js",
  "editorStyle": "file:./editor.css",
  "script": "file:./frontend.js",
  "style": [
    "wp-sb-frontend",
    "file:./frontend.css"
  ],
  "attributes": {
    "align": {
      "type": "string",
      "default": "none"
    },
    "show_icon": {
      "type": "boolean",
      "default": true
    },
    "icon_position": {
      "type": "string",
      "default": "top"
    },
    "icon": {
      "type": "object",
      "default": {
        "name": "face-smile",
        "category": "regular"
      }
    },
    "iconHover": {
      "type": "object"
    },
    "title_text": {
      "type": "string",
      "default": "Icon Box Heading"
    },
    "description_text": {
      "type": "string",
      "default": "Somewhere, something incredible is waiting to be known"
    },
    "link": {
      "type": "string",
      "default": "#"
    },
    "title_size": {
      "type": "string",
      "default": "h5"
    },
    "title_typography": {
      "type": "object"
    },
    "title_color": {
      "type": "string",
      "default": ""
    },
    "title_color_hover": {
      "type": "string",
      "default": ""
    },
    "description_typography": {
      "type": "object"
    },
    "description_color": {
      "type": "string",
      "default": ""
    },
    "description_color_hover": {
      "type": "string",
      "default": ""
    },
    "icon_size": {
      "type": "number",
      "default": 42
    },
    "icon_spacing": {
      "type": "number",
      "default": 10
    },
    "icon_color": {
      "type": "string"
    },
    "icon_color_hover": {
      "type": "string",
      "default": ""
    },
    "icon_view_type": {
      "type": "string",
      "default": "default"
    },
    "icon_background": {
      "type": "string",
      "default": ""
    },
    "icon_background_hover": {
      "type": "string",
      "default": ""
    },
    "icon_border": {
      "type": "string",
      "default": "none"
    },
    "icon_border_width": {
      "type": "number",
      "default": 1
    },
    "icon_border_color": {
      "type": "string",
      "default": ""
    },
    "icon_border_color_hover": {
      "type": "string",
      "default": ""
    },
    "icon_border_radius": {
      "type": "number",
      "default": 0
    },
    "icon_padding": {
      "type": "number",
      "default": 20
    },
    "content_alignment": {
      "type": "string",
      "default": "center"
    },
    "vertical_alignment": {
      "type": "string",
      "default": "middle"
    }
  }
}