{
  "collectionName": "components_links_buttons",
  "info": {
    "name": "Button-link",
    "displayName": "Button link",
    "icon": "fingerprint",
    "description": ""
  },
  "options": {},
  "attributes": {
    "url": {
      "type": "string"
    },
    "newTab": {
      "type": "boolean",
      "default": false
    },
    "text": {
      "type": "string"
    },
    "type": {
      "type": "enumeration",
      "enum": ["primary", "secondary"]
    }
  }
}
