Skip to content

Commit

Permalink
Missing commit #2028
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jan 11, 2024
1 parent 165ddff commit ea0a685
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sanityv3/schemas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ import videoPlayer from './objects/videoPlayer'
import videoPlayerCarousel from './objects/videoPlayerCarousel'
import videoControls from './objects/videoControls'
import hlsVideo from './objects/hlsVideo'
import keyNumbers from './objects/keyNumbers'
import keyNumberItem from './objects/keyNumberItem'

const routeSchemas = languages.map(({ name, title }) => {
return route(name, title)
Expand Down Expand Up @@ -162,6 +164,8 @@ const RemainingSchemas = [
videoPlayerCarousel,
videoControls,
hlsVideo,
keyNumbers,
keyNumberItem,
]

// Then we give our schema to the builder and provide the result to Sanity
Expand Down

0 comments on commit ea0a685

Please sign in to comment.