mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 18:57:42 +02:00
Support for embedding links and references in text editor (#9003)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
@@ -106,7 +106,11 @@ export default plugin(textEditorId, {
|
||||
TableOptions: '' as IntlString,
|
||||
SelectTable: '' as IntlString,
|
||||
SetCellHighlightColor: '' as IntlString,
|
||||
SetTextColor: '' as IntlString
|
||||
SetTextColor: '' as IntlString,
|
||||
|
||||
ConvertToLinkPreview: '' as IntlString,
|
||||
ConvertToEmbedPreview: '' as IntlString,
|
||||
UnableToLoadEmbeddedContent: '' as IntlString
|
||||
},
|
||||
icon: {
|
||||
Header1: '' as Asset,
|
||||
@@ -137,6 +141,8 @@ export default plugin(textEditorId, {
|
||||
MergeCells: '' as Asset,
|
||||
SplitCells: '' as Asset,
|
||||
Brush: '' as Asset,
|
||||
TextStyle: '' as Asset
|
||||
TextStyle: '' as Asset,
|
||||
LinkPreview: '' as Asset,
|
||||
EmbedPreview: '' as Asset
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user