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 ee3643f commit cf5d8caCopy full SHA for cf5d8ca
src/schema/common.ts
@@ -31,4 +31,7 @@ export const BlogBlockBase = {
31
type: 'string',
32
enum: ['left', 'right'],
33
},
34
+ qa: {
35
+ type: 'string',
36
+ },
37
};
0 commit comments