Skip to content

Commit 465e039

Browse files
author
Juli Ovechkina
authored
fix(Share): schema (#94)
1 parent 009abde commit 465e039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/Share/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const ShareBlock = {
1313
type: 'array',
1414
items: {
1515
type: 'string',
16-
enum: ['telegram', 'facebook', 'twitter', 'vk'],
16+
enum: ['telegram', 'facebook', 'twitter', 'vk', 'linkedin'],
1717
},
1818
},
1919
},

0 commit comments

Comments
 (0)