From f13a61d3b15af52cffeb6cc36f878c98acbeb8b0 Mon Sep 17 00:00:00 2001 From: Jonathon Herbert Date: Wed, 1 May 2024 16:30:30 +0100 Subject: [PATCH] Add chef contributor tag fixtures --- .../src/bundles/fixtures/chef-cloake.json | 12 ++++++++++++ .../src/bundles/fixtures/chef-ottolenghi.json | 15 +++++++++++++++ .../src/bundles/fixtures/chef-stein.json | 9 +++++++++ 3 files changed, 36 insertions(+) create mode 100644 fronts-client/src/bundles/fixtures/chef-cloake.json create mode 100644 fronts-client/src/bundles/fixtures/chef-ottolenghi.json create mode 100644 fronts-client/src/bundles/fixtures/chef-stein.json diff --git a/fronts-client/src/bundles/fixtures/chef-cloake.json b/fronts-client/src/bundles/fixtures/chef-cloake.json new file mode 100644 index 00000000000..3bcb129fb39 --- /dev/null +++ b/fronts-client/src/bundles/fixtures/chef-cloake.json @@ -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": "

Award-winning food writer Felicity Cloake has written five cookbooks, two food travelogues and is the author of the Guardian's How to Cook the Perfect ... recipe series

", + "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" +} diff --git a/fronts-client/src/bundles/fixtures/chef-ottolenghi.json b/fronts-client/src/bundles/fixtures/chef-ottolenghi.json new file mode 100644 index 00000000000..eb6f57343a7 --- /dev/null +++ b/fronts-client/src/bundles/fixtures/chef-ottolenghi.json @@ -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": "

Yotam Ottolenghi is chef-patron of the Ottolenghi delis and the Nopi and Rovi restaurants. He has published 10 bestselling cookbooks

", + "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" +} diff --git a/fronts-client/src/bundles/fixtures/chef-stein.json b/fronts-client/src/bundles/fixtures/chef-stein.json new file mode 100644 index 00000000000..ed155dfaf5f --- /dev/null +++ b/fronts-client/src/bundles/fixtures/chef-stein.json @@ -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" +}