-
Notifications
You must be signed in to change notification settings - Fork 0
Replace contentful links with template filenames #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |||||
| "sharing": { | ||||||
| "enabled": true, | ||||||
| "linksConfig": { | ||||||
| "defaults": "linkConfigId" | ||||||
| "defaults": "referral-program-messages.yml" | ||||||
| } | ||||||
| }, | ||||||
| "summary": "Reward people for making referrals", | ||||||
|
|
@@ -16,21 +16,21 @@ | |||||
| { | ||||||
| "key": "referrerWidget", | ||||||
| "name": "In-app referral widget", | ||||||
| "defaults": "referrerWidgetId", | ||||||
| "defaults": "referral-program-widget-template.yml", | ||||||
|
||||||
| "defaults": "referral-program-widget-template.yml", | |
| "defaults": "instant-access-referral-program-widget-template.yml", |
Copilot
AI
Feb 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
widgets[websiteReferralWidget].defaults references instant-access-referral-program-widget-template.yml, but there is no matching template file in the repository. If defaults are intended to be file-based now, the referenced template needs to be added (or the reference updated to whatever location/identifier the resolver expects).
| "defaults": "instant-access-referral-program-widget-template.yml", | |
| "defaults": "referral-program-widget-template.yml", |
Copilot
AI
Feb 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
widgets[friendWidget].defaults references friend-program-widget-template.yml, but that file is not present anywhere in this repo. Please add the template file (or adjust the reference to a resolvable identifier) so consumers don’t fail when attempting to load widget defaults.
| "defaults": "friend-program-widget-template.yml", | |
| "defaults": "instant-access-referral-program-widget-template.yml", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linksConfig.defaultsnow points atreferral-program-messages.yml, but that file doesn’t exist anywhere in this repository (no.yml/.yamltemplate files besidessrc/yaml/saasquatch-api.yaml). If consumers expect this to be a resolvable template reference, either add the referenced template file(s) to the repo (or the expected generated output), or update the value to a reference format that the consuming system can actually resolve.