Skip to content

Commit

Permalink
Merge branch 'malj/1879' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Jan 20, 2024
2 parents da932bc + 3180a28 commit 755d8f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sanityv3/schemas/documents/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,28 @@ export default {
of: [
{ type: 'textBlock' },
{ type: 'teaser' },
{ type: 'figure' },
{ type: 'textTeaser' },
{ type: 'fullWidthImage' },
{ type: 'fullWidthVideo' },
{ type: 'figure' },
{ type: 'textWithIconArray' },
{ type: 'pullQuote', initialValue: { background: defaultColors[0] } },
{ type: 'accordion' },
{ type: 'promoTileArray' },
{ type: 'promotion' },
{ type: 'table' },
{ type: 'stockValuesApi' },
{ type: 'iframe' },
{ type: 'cookieDeclaration' },
Flags.HAS_FORMS && { type: 'form' },
Flags.HAS_NEWS && { type: 'newsList' },
Flags.HAS_TWITTER_FEED && { type: 'twitterEmbed' },
{ type: 'fullWidthVideo' },
{ type: 'textWithIconArray' },
{ type: 'keyNumbers' },
{ type: 'promotion' },
{ type: 'anchorLink' },
{ type: 'imageCarousel' },
{ type: 'iframeCarousel' },
{ type: 'videoPlayer' },
{ type: 'videoPlayerCarousel' },
{ type: 'keyNumbers' },
{ type: 'table' },
Flags.HAS_FORMS && { type: 'form' },
Flags.HAS_NEWS && { type: 'newsList' },
{ type: 'stockValuesApi' },
Flags.HAS_TWITTER_FEED && { type: 'twitterEmbed' },
{ type: 'cookieDeclaration' },
].filter((e) => e),
},
].filter((e) => e),
Expand Down

0 comments on commit 755d8f4

Please sign in to comment.