Posted - 03/25/2024 : 19:14:12
Ellen's example code to force Froala to paste ' plain text' is correct. This is how to implement: 1) In your favourite code editing software, open file "[font=Courier New] vsadmin/froala/js/froala_editor.min.js[/font=Courier New]" 2) I actually unminify the javascript to make the code readable and re-save. But this is optional. 3) CTRL+F to find: [purple] [font=Courier New]pastePlain:!1[/font=Courier New][/purple] 4) Replace that entry with: [red] [font=Courier New]pastePlain:true[/font=Courier New][/red] 5) Save the file "[font=Courier New] vsadmin/froala/js/froala_editor.min.js[/font=Courier New]" and Upload to server. It works  Gary [img]https://itzap.com.au/pics/logo/itzap-website-design-works-mini-logo.png[/img]
|