{
  "collectionName": "components_links_links",
  "info": {
    "name": "Link",
    "displayName": "Link",
    "icon": "link",
    "description": ""
  },
  "options": {},
  "attributes": {
    "url": {
      "type": "string",
      "required": true
    },
    "newTab": {
      "type": "boolean",
      "default": false
    },
    "text": {
      "type": "string",
      "required": true
    }
  }
}
