{
  "name": "ponhiro-blocks/cv-box-note",
  "title": "CV Text",
  "category": "useful-blocks",
  "keywords": [
    "ub"
  ],
  "supports": {
    "reusable": false,
    "className": false
  },
  "parent": [
    "ponhiro-blocks/cv-box"
  ],
  "attributes": {
    "icon": {
      "type": "string",
      "default": ""
    },
    "dataStyle": {
      "type": "string",
      "source": "attribute",
      "attribute": "data-style",
      "selector": ".pb-cv-box__note",
      "default": "border"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".__text"
    }
  }
}