{
  "name": "ponhiro-blocks/iconbox",
  "title": "Icon box",
  "category": "useful-blocks",
  "supports": {
    "className": false
  },
  "keywords": [
    "useful",
    "ub"
  ],
  "attributes": {
    "mediaId": {
      "type": "number"
    },
    "mediaUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "headTitle": {
      "type": "string",
      "source": "html",
      "selector": ".pb-iconbox__head"
    },
    "comment": {
      "type": "string",
      "source": "html",
      "selector": ".pb-iconbox__comment"
    },
    "commentStyle": {
      "type": "string",
      "default": "normal"
    },
    "colSet": {
      "type": "string",
      "default": "y"
    },
    "iconSet": {
      "type": "string",
      "default": "01"
    },
    "iconPos": {
      "type": "string",
      "default": "right"
    },
    "isCenter": {
      "type": "boolean",
      "default": false
    },
    "iconY": {
      "type": "number",
      "default": 0
    }
  }
}