Skip to content

Commit

Permalink
fix(Share): schema (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli Ovechkina authored Dec 23, 2022
1 parent 009abde commit 465e039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Share/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ShareBlock = {
type: 'array',
items: {
type: 'string',
enum: ['telegram', 'facebook', 'twitter', 'vk'],
enum: ['telegram', 'facebook', 'twitter', 'vk', 'linkedin'],
},
},
},
Expand Down

0 comments on commit 465e039

Please sign in to comment.