Skip to content

Commit

Permalink
feat: added caption parameter to the schema for table
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Oct 11, 2023
1 parent 5e337ba commit 71515d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blocks/Table/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export const TableBlock = {
type: 'string',
enum: ['disk', 'tick'],
},
caption: {
type: 'string',
},
},
},
},
Expand Down

0 comments on commit 71515d1

Please sign in to comment.