diff --git a/UI/WebServerResources/js/Common/sgCkeditor.component.js b/UI/WebServerResources/js/Common/sgCkeditor.component.js index 61eb7baf5..df84ae3b3 100644 --- a/UI/WebServerResources/js/Common/sgCkeditor.component.js +++ b/UI/WebServerResources/js/Common/sgCkeditor.component.js @@ -244,6 +244,16 @@ "shouldNotGroupWhenFull": true } } + config.htmlSupport = { + allow: [ + { + name: /.*/, + attributes: true, + classes: true, + styles: true + } + ] + }; config.image = { resizeUnit: "px", insert: {