We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4da6de commit 756c209Copy full SHA for 756c209
src/schema/validators/components.ts
@@ -0,0 +1,2 @@
1
+export * from '../../components/Author/schema';
2
+export * from '../../components/Image/schema';
src/schema/validators/index.ts
@@ -1,5 +1,6 @@
import * as blocks from './blocks';
import * as common from './common';
3
+import * as components from './components';
4
import * as navigation from './navigation';
5
import * as pixel from './pixel';
6
import * as subBlocks from './sub-blocks';
@@ -8,6 +9,7 @@ import * as utils from './utils';
8
9
export const validators = {
10
blocks,
11
common,
12
+ components,
13
subBlocks,
14
pixel,
15
utils,
0 commit comments