Skip to content

Commit 8fe38dd

Browse files
Add displayType to exhibition highlight tours
1 parent bf32f25 commit 8fe38dd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pipeline/src/transformers/addressables/exhibitionHighlightTour.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ export const transformAddressableExhibitionHighlightTour = (
6868
const audio = {
6969
...shared,
7070
id: `${id}/${type}/audio`,
71-
display: { ...shared.display, title: audioTitle },
71+
display: { ...shared.display, displayType: 'audio', title: audioTitle },
7272
query: { ...shared.query, title: audioTitle, body: audioBody },
7373
};
7474

7575
const bsl = {
7676
...shared,
7777
id: `${id}/${type}/bsl`,
78-
display: { ...shared.display, title: bslTitle },
78+
display: { ...shared.display, displayType: 'bsl', title: bslTitle },
7979
query: { ...shared.query, title: bslTitle, body: bslBody },
8080
};
8181

pipeline/test/transformers/__snapshots__/addressables.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ exports[`addressables transformer transforms exhibition highlight tours from Pri
120120
{
121121
"display": {
122122
"description": "Showcasing Jason Wilsher-Mills’ largest and most personal commission to date, this exhibition is a joyful exploration of the body, drawing on the artist’s experience of becoming disabled as a child.",
123+
"displayType": "audio",
123124
"id": "ZthrZRIAACQALvCC",
124125
"title": "Jason and the Adventure of 254 audio highlight tour",
125126
"type": "Exhibition highlight tour",
@@ -239,6 +240,7 @@ exports[`addressables transformer transforms exhibition highlight tours from Pri
239240
{
240241
"display": {
241242
"description": "Showcasing Jason Wilsher-Mills’ largest and most personal commission to date, this exhibition is a joyful exploration of the body, drawing on the artist’s experience of becoming disabled as a child.",
243+
"displayType": "bsl",
242244
"id": "ZthrZRIAACQALvCC",
243245
"title": "Jason and the Adventure of 254 British Sign Language tour",
244246
"type": "Exhibition highlight tour",

0 commit comments

Comments
 (0)