Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/malj/1879'
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Jan 23, 2024
2 parents 38cb88e + 3180a28 commit dd390f7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sanityv3/schemas/documents/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,27 @@ export default {
of: [
{ type: 'textBlock' },
{ type: 'teaser' },
{ type: 'fullWidthImage' },
{ type: 'fullWidthVideo' },
{ type: 'figure' },
{ type: 'textWithIconArray' },
{ type: 'fullWidthImage' },
{ 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: '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 dd390f7

Please sign in to comment.