[TinyMCE] Response template formatting option for text (bold, underline, color) is not working.Issue When copy pasting to the rich text editor to the compose section from the activity stream , fonts are getting removed except italic font SymptomsGo to HR agent workspaceOpen the HR case where resource template can be appliedOpen the response template from the sidebarCopy and paste (or use copy to clipboard option) the content of the template to the comments Expcted Behaviour :Text should retain the fonts / fomratting for the text from the templateActual Behaviour :Text does not retain the fonts / fomratting for the text from the template , but italic font is retained only. Note : with glide.ui.html.editor.paste.html_import=merge , this is working fine for the description / compose email on the workspace ReleaseAllResolutionIt works as expected in the email composer when the system property `glide.ui.html.editor.paste.html_import` is set to `merge`. Similarly, for comments and work notes, the behavior is resolved by setting `glide.ui.html.editor.v4.paste.html_import` to `merge` Set the system property "glide.ui.html.editor.paste.html_import" to "merge". 2. Set the system property "glide.ui.html.editor.v4.paste.html_import" to "merge".