Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: add border to media in media-block and ref…
Browse files Browse the repository at this point in the history
…actor it in layout-items
  • Loading branch information
niktverd committed Nov 29, 2023
1 parent 9d291c7 commit 6dfb5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blocks/Media/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const MediaBlockBaseProps = {
},
button: ButtonBlock,
border: {
type: 'boolean',
type: 'string',
enum: ['shadow', 'line', 'none'],
},
};

Expand Down

0 comments on commit 6dfb5f6

Please sign in to comment.