Skip to content

Commit 64b132b

Browse files
committed
refactor: standardize suggested content types
- Updated keys to snake_case
1 parent c4d20a3 commit 64b132b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/src/fixtures/suggested_content_templates.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[
22
{
3-
"type": "categories-to-follow",
3+
"type": "categories_to_follow",
44
"title": "Discover New Topics",
55
"description": "Follow your favorite categories to personalize your news feed.",
6-
"display_type": "horizontal-card-list",
6+
"display_type": "horizontal_card_list",
77
"suggested_content_type": "category",
88
"max_items_to_display": 3,
99
"fetch_criteria": "popular"
1010
},
1111
{
12-
"type": "sources-to-follow",
12+
"type": "sources_to_follow",
1313
"title": "Explore Trusted Sources",
1414
"description": "Follow news sources that matter to you.",
15-
"display_type": "vertical-card-list",
15+
"display_type": "vertical_card_list",
1616
"suggested_content_type": "source",
1717
"max_items_to_display": 5,
1818
"fetch_criteria": "recommended"
1919
},
2020
{
21-
"type": "countries-to-follow",
21+
"type": "countries_to_follow",
2222
"title": "Global News at Your Fingertips",
2323
"description": "Select countries to get news from around the world.",
2424
"display_type": "grid",

0 commit comments

Comments
 (0)