{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenito-blocks-addon/info-box",
  "version": "0.0.1",
  "title": "Info Box",
  "category": "gutenito",
  "icon": "info-outline",
  "description": "Information box with icon",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "icon": {
      "type": "string",
      "default": "ℹ"
    },
    "title": {
      "type": "string",
      "default": "Info Box Title"
    },
    "description": {
      "type": "string",
      "default": "Add your description here"
    },
    "boxStyle": {
      "type": "string",
      "default": "filled"
    },
    "iconPosition": {
      "type": "string",
      "default": "top"
    },
    "iconColor": {
      "type": "string"
    },
    "iconBackgroundColor": {
      "type": "string"
    },
    "iconSize": {
      "type": "string",
      "default": "48px"
    },
    "titleColor": {
      "type": "string"
    },
    "descriptionColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "borderWidth": {
      "type": "string",
      "default": "1px"
    },
    "borderRadius": {
      "type": "string",
      "default": "8px"
    },
    "titleFontSize": {
      "type": "string",
      "default": "20px"
    },
    "descriptionFontSize": {
      "type": "string",
      "default": "14px"
    },
    "alignmentDesktop": {
      "type": "string",
      "default": "center"
    },
    "alignmentTablet": {
      "type": "string"
    },
    "alignmentMobile": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gutenito-blocks-addon",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}