{
  "apiVersion": 2,
  "name": "ponhiro-blocks/rating-graph-item",
  "title": "Graph",
  "category": "useful-blocks",
  "keywords": [
    "ub"
  ],
  "supports": {
    "className": false
  },
  "parent": [
    "ponhiro-blocks/rating-graph"
  ],
  "attributes": {
    "color": {
      "type": "string",
      "default": ""
    },
    "graphLabel": {
      "type": "string",
      "source": "html",
      "selector": ".pb-rating-graph__label"
    },
    "leftLabel": {
      "type": "string",
      "source": "html",
      "selector": ".pb-rating-graph__basis.-left"
    },
    "rightLabel": {
      "type": "string",
      "source": "html",
      "selector": ".pb-rating-graph__basis.-right"
    },
    "label01": {
      "type": "string",
      "source": "html",
      "selector": "[data-step='1'] .__label"
    },
    "label02": {
      "type": "string",
      "source": "html",
      "selector": "[data-step='2'] .__label"
    },
    "label03": {
      "type": "string",
      "source": "html",
      "selector": "[data-step='3'] .__label"
    },
    "label04": {
      "type": "string",
      "source": "html",
      "selector": "[data-step='4'] .__label"
    },
    "label05": {
      "type": "string",
      "source": "html",
      "selector": "[data-step='5'] .__label"
    },
    "activePoint": {
      "type": "string",
      "default": "3"
    },
    "maxStep": {
      "type": "number",
      "default": 5
    },
    "markType": {
      "type": "string",
      "default": "dot"
    },
    "iconClass": {
      "type": "string",
      "default": "FasStar"
    },
    "mediaId": {
      "type": "number",
      "default": 0
    },
    "mediaUrl": {
      "type": "string",
      "default": ""
    }
  }
}