Skip to content

Commit 87b8587

Browse files
authored
fix: quotes validator schema (#247)
1 parent 7532915 commit 87b8587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sub-blocks/Quote/schema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export const Quote = {
2323
type: 'string',
2424
pattern: urlPattern,
2525
},
26+
buttonText: {
27+
type: 'string',
28+
},
2629
theme: ThemeProps,
2730
author: authorItem,
2831
},

0 commit comments

Comments
 (0)