{
  "collectionName": "components_designo_statistic_items",
  "info": {
    "displayName": "Statistic Item",
    "description": "Statistics card for designo page"
  },
  "options": {},
  "attributes": {
    "title": {
      "type": "string",
      "required": true
    },
    "value": {
      "type": "integer",
      "required": true
    },
    "extraClass": {
      "type": "string",
      "required": false
    }
  }
}

