Defaults
Provided below is the default Kigo context and can be used as a starting point for your customization. See the following pages for more details on each section of the context. You can also try changing these defaults in our Storybook.
{
"components": {
"ApplyClaimCode": {
"defaultProps": {
"supportUrl": ""
}
},
"KigoErrorSnackbar": {
"defaultProps": {
"actionText": "Contact Support",
"actionUrl": "https://help.kigo.io/hc/en-us/requests/new"
}
},
"SwipeToClaimInput": {
"defaultProps": {
"programImgSrc": ""
}
},
"WalletEmptyState": {
"defaultProps": {
"programImgSrc": "",
"descriptionText": ""
}
},
"WalletHeader": {
"defaultProps": {
"walletLabelPosition": "left",
"textColor": "#000000",
"backgroundColor": "#FFFFFF"
}
},
"UploadHeader": {
"defaultProps": {
"image": "https://d1a4n83cq9sj78.cloudfront.net/assets/frontend-assets/john-deere/upload-phone-icon.png"
}
},
"UploadRequirementsModal": {
"defaultProps": {
"image": "https://d1a4n83cq9sj78.cloudfront.net/assets/frontend-assets/john-deere/invoice-requirements.png"
}
},
"WalletWelcomeModal": {
"defaultProps": {
"display": false,
"imageSrc": "",
"title": "",
"subtitle": null,
"cta": null
}
},
"WalletBanner": {
"defaultProps": {
"title": "Have another invoice?",
"body": "Tap the same \"Smooth Savings Oil Promotion\" token and follow the same process. You can repeat this as many times as needed!"
}
}
},
"contacts": {
"supportEmail": "[email protected]",
"supportLinkUrl": "https://help.kigo.io/hc/en-us/requests/new",
"shopLinkUrl": "https://shop.deere.com",
"faqLinkUrl": "/landing#faq"
},
"deeplinkUrls": {
"shareToken": window.location.href
},
"locale": {
"claimLabel": {
"singular": "claim",
"plural": "claim"
},
"offerLabel": {
"singular": "offer",
"plural": "offers"
},
"programNameLabel": {
"singular": "Program",
"plural": "Programs"
},
"revealLabel": {
"singular": "reveal",
"plural": "reveal"
},
"rewardLabel": {
"singular": "reward",
"plural": "rewards"
},
"walletLabel": {
"singular": "Wallet",
"plural": "Wallets"
},
"promoCodeLabel": {
"singular": "promo code",
"plural": "promo codes"
}
},
"loggerOptions": {
"level": "error",
"customLogger": undefined
},
"theme": {
"palette": {
"primary": "#4B55FD",
"secondary": "#CCFFFE"
}
},
"uiux": {
"displayMode": "default"
},
"user": {
"firstName": "",
"lastName": "",
"email": "",
"accountId": ""
},
"trackingEnabled": true,
"provider": {
"partnerId": "",
"programId": "",
"programName": "",
"externalProgramId": "",
"logo": ""
},
"walletConfig": {
"showBanner": false,
"showRedeemedValue": false,
"showCashbackChip": false
},
"showTrendingTags": false
}
Updated about 1 month ago
What’s Next