Skip to content

Commit cf5d8ca

Browse files
authored
fix: add QA to block schemas (#123)
1 parent ee3643f commit cf5d8ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schema/common.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ export const BlogBlockBase = {
3131
type: 'string',
3232
enum: ['left', 'right'],
3333
},
34+
qa: {
35+
type: 'string',
36+
},
3437
};

0 commit comments

Comments
 (0)