Skip to content

Commit 6dfb5f6

Browse files
committed
fixup! fixup! fixup! feat: add border to media in media-block and refactor it in layout-items
1 parent 9d291c7 commit 6dfb5f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/blocks/Media/schema.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export const MediaBlockBaseProps = {
4646
},
4747
button: ButtonBlock,
4848
border: {
49-
type: 'boolean',
49+
type: 'string',
50+
enum: ['shadow', 'line', 'none'],
5051
},
5152
};
5253

0 commit comments

Comments
 (0)