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 e9cfe83 commit c75ae30Copy full SHA for c75ae30
src/schema/index.ts
@@ -112,6 +112,7 @@ export function generateDefaultSchema(config?: SchemaCustomConfig) {
112
'banner-block',
113
'companies-block',
114
'media-block',
115
+ 'map-block',
116
'info-block',
117
'security-block',
118
'table-block',
src/schema/validators/common.ts
@@ -561,7 +561,7 @@ export const MapProps = {
561
},
562
markers: {
563
type: 'array',
564
- items: {type: YMapMarker},
+ items: YMapMarker,
565
566
};
567
0 commit comments