Skip to content

Commit

Permalink
Add chef contributor tag fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed May 1, 2024
1 parent 7424dd1 commit f13a61d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fronts-client/src/bundles/fixtures/chef-cloake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "profile/felicity-cloake",
"type": "contributor",
"webTitle": "Felicity Cloake",
"webUrl": "https://www.theguardian.com/profile/felicity-cloake",
"apiUrl": "https://content.guardianapis.com/profile/felicity-cloake",
"bio": "<p>Award-winning food writer Felicity Cloake has written five cookbooks, two food travelogues and is the author of the Guardian's <a href=\"https://www.theguardian.com/food/series/how-to-cook-the-perfect----\">How to Cook the Perfect ...</a> recipe series</p>",
"bylineImageUrl": "https://uploads.guim.co.uk/2018/01/29/Felicity-Cloake.jpg",
"bylineLargeImageUrl": "https://uploads.guim.co.uk/2018/01/29/Felicity_Cloake,_L.png",
"firstName": "Felicity",
"lastName": "Cloake"
}
15 changes: 15 additions & 0 deletions fronts-client/src/bundles/fixtures/chef-ottolenghi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "profile/yotamottolenghi",
"type": "contributor",
"sectionId": "lifeandstyle",
"sectionName": "Life and style",
"webTitle": "Yotam Ottolenghi",
"webUrl": "https://www.theguardian.com/profile/yotamottolenghi",
"apiUrl": "https://content.guardianapis.com/profile/yotamottolenghi",
"bio": "<p>Yotam Ottolenghi&nbsp;is chef-patron of the <a href=\"https://ottolenghi.co.uk/\">Ottolenghi</a> delis and the Nopi and Rovi restaurants. He has published 10 bestselling cookbooks</p>",
"bylineImageUrl": "https://uploads.guim.co.uk/2023/10/10/yotam_ottolenghi.jpg",
"bylineLargeImageUrl": "https://uploads.guim.co.uk/2023/10/10/yotam_ottolenghi.png",
"firstName": "Yotam",
"lastName": "Ottolenghi",
"twitterHandle": "ottolenghi"
}
9 changes: 9 additions & 0 deletions fronts-client/src/bundles/fixtures/chef-stein.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "profile/rick-stein",
"type": "contributor",
"webTitle": "Rick Stein",
"webUrl": "https://www.theguardian.com/profile/rick-stein",
"apiUrl": "https://content.guardianapis.com/profile/rick-stein",
"firstName": "stein",
"lastName": "rick"
}

0 comments on commit f13a61d

Please sign in to comment.