Skip to content

Commit c4d20a3

Browse files
committed
refactor: standardize engagement content types
- Replaced hyphens with underscores - Updated type values in JSON
1 parent 9516ce1 commit c4d20a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/src/fixtures/engagement_content_templates.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[
22
{
3-
"type": "rate-app",
3+
"type": "rate_app",
44
"title": "Enjoying the App?",
55
"description": "Let us know what you think! Your feedback helps us improve.",
66
"call_to_action_text": "Rate Us"
77
},
88
{
9-
"type": "link-account",
9+
"type": "link_account",
1010
"title": "Save Your Preferences!",
1111
"description": "Create a free account to save your followed topics and sources, and enjoy a personalized experience across devices.",
1212
"call_to_action_text": "Create Account"
1313
},
1414
{
15-
"type": "upgrade-to-premium",
15+
"type": "upgrade_to_premium",
1616
"title": "Unlock Premium Access!",
1717
"description": "Go ad-free, get exclusive content, and more. Upgrade to Premium today.",
1818
"call_to_action_text": "Learn More"
1919
},
2020
{
21-
"type": "complete-profile",
21+
"type": "complete_profile",
2222
"title": "Personalize Your Feed",
2323
"description": "Follow your favorite categories and sources to get news tailored to you.",
2424
"call_to_action_text": "Choose Topics"
2525
},
2626
{
27-
"type": "explore-new-feature",
27+
"type": "explore_new_feature",
2828
"title": "New: Offline Reading!",
2929
"description": "Download articles and read them anywhere, anytime. (Premium Feature)",
3030
"call_to_action_text": "Try Offline Mode"

0 commit comments

Comments
 (0)