UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

13 lines (11 loc) 406 B
module.exports = function( cdnUrl ) { const defaultBanner = cdnUrl + 'default.jpg'; const defaultProfile = cdnUrl + 'a0.jpg'; const defaultLogo = cdnUrl + 'company.png'; return { party: 'https://s3-eu-west-1.amazonaws.com/staticcluedin/seymour-party.png', defaultBanner: defaultBanner, defaultProfile: defaultProfile, defaultLogo: defaultLogo }; };