Skip to content

Commit 45dbd44

Browse files
authored
Merge pull request bcgov#136 from tom0827/ENGAGE-105
[ENGAGE-105] remove embedded link option from rich text editor
2 parents 3e6cec8 + 676e738 commit 45dbd44

File tree

1 file changed

+1
-12
lines changed
  • met-web/src/components/shared/common/RichTextEditor

1 file changed

+1
-12
lines changed

met-web/src/components/shared/common/RichTextEditor/index.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,7 @@ const RichTextEditor = ({
1919
error = false,
2020
helperText = '',
2121
toolbar = {
22-
options: [
23-
'inline',
24-
'blockType',
25-
'fontSize',
26-
'list',
27-
'colorPicker',
28-
'link',
29-
'embedded',
30-
'emoji',
31-
'image',
32-
'history',
33-
],
22+
options: ['inline', 'blockType', 'fontSize', 'list', 'colorPicker', 'link', 'emoji', 'image', 'history'],
3423
inline: {
3524
options: ['bold', 'italic', 'underline', 'superscript', 'subscript'],
3625
},

0 commit comments

Comments
 (0)