|
| 1 | +import { bookmarks } from '@equinor/eds-icons' |
1 | 2 | import type { Rule, SanityDocument } from 'sanity' |
2 | 3 | import slugify from 'slugify' |
3 | 4 | import { magazineSlug } from '../../../satellitesConfig' |
4 | 5 | import blocksToText from '../../helpers/blocksToText' |
5 | | -import { defaultBackgroundColors } from '../defaultColors' |
| 6 | +import { EdsIcon } from '../../icons' |
6 | 7 | import { defaultLanguage } from '../../languages' |
7 | 8 | import { Flags } from '../../src/lib/datasetHelpers' |
8 | 9 | import SlugInput from '../components/SlugInput' |
| 10 | +import { defaultBackgroundColors } from '../defaultColors' |
9 | 11 | import { configureBlockContent } from '../editors/blockContentType' |
10 | 12 | import { validateCharCounterEditor } from '../validations/validateCharCounterEditor' |
11 | 13 | import { withSlugValidation } from '../validations/validateSlug' |
12 | 14 | import sharedHeaderFields from './header/sharedHeaderFields' |
13 | | -import { EdsIcon } from '../../icons' |
14 | | -import { bookmarks } from '@equinor/eds-icons' |
15 | 15 | import { lang } from './langField' |
16 | 16 |
|
17 | 17 | const ingressBlockContentType = configureBlockContent({ |
@@ -154,14 +154,18 @@ export default { |
154 | 154 | { type: 'fullWidthVideo' }, |
155 | 155 | { type: 'figure' }, |
156 | 156 | { type: 'textWithIconArray' }, |
157 | | - { type: 'pullQuote', initialValue: { background: defaultBackgroundColors[0] } }, |
| 157 | + { |
| 158 | + type: 'pullQuote', |
| 159 | + initialValue: { background: defaultBackgroundColors[0] }, |
| 160 | + }, |
158 | 161 | { type: 'accordion' }, |
159 | 162 | { type: 'promoTileArray' }, |
160 | 163 | { type: 'promotion' }, |
161 | 164 | { type: 'iframe' }, |
162 | 165 | { type: 'imageCarousel' }, |
163 | 166 | { type: 'iframeCarousel' }, |
164 | 167 | { type: 'videoPlayer' }, |
| 168 | + { type: 'tabs' }, |
165 | 169 | ], |
166 | 170 | }, |
167 | 171 | { |
|
0 commit comments