Merged in fix/SW-2848-RTE-with-copied-divs (pull request #2173)
fix: handle when content has copied divs from episervers RTE * fix: handle when content has copied divs from episervers RTE Approved-by: Matilda Landström
This commit is contained in:
committed by
Linus Flood
parent
fe71348827
commit
cc34cdcf74
@@ -28,6 +28,10 @@ export enum RTETypeEnum {
|
||||
p = "p",
|
||||
reference = "reference",
|
||||
span = "span",
|
||||
/**
|
||||
* Included for compatibility when copying RTE from other sources e.g. epi
|
||||
*/
|
||||
div = "div",
|
||||
table = "table",
|
||||
tbody = "tbody",
|
||||
td = "td",
|
||||
|
||||
Reference in New Issue
Block a user