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 7a21926 commit eca7a95Copy full SHA for eca7a95
src/schema/validators/components.ts
@@ -1,2 +1,3 @@
1
export * from '../../components/Author/schema';
2
export * from '../../components/Image/schema';
3
+export * from '../../components/YandexForm/schema';
src/schema/validators/sub-blocks.ts
@@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
7
export * from '../../sub-blocks/Divider/schema';
8
export * from '../../sub-blocks/BasicCard/schema';
9
export * from '../../sub-blocks/PriceCard/schema';
10
+export * from '../../sub-blocks/HubspotForm/schema';
0 commit comments