Skip to content

Commit

Permalink
Merge pull request #11430 from wellcomecollection/add-recommendedStor…
Browse files Browse the repository at this point in the history
…ies-toggle

Add recommendedStories toggle
  • Loading branch information
rcantin-w authored Dec 2, 2024
2 parents 1481ecc + 2ec2e74 commit 9b437d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions toggles/webapp/toggles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ const toggles = {
'Use the new concept ID filters & aggregatiuons in the search API to query for works & images by ID rather than label.',
type: 'experimental',
},
{
id: 'recommendedStories',
title: 'Recommended stories',
initialValue: false,
description:
'Displays a static set of recommended stories on story pages',
type: 'experimental',
},
] as const,
tests: [] as ABTest[],
};
Expand Down

0 comments on commit 9b437d8

Please sign in to comment.