Hi Friends,
Having some problems while copy-pasting the word tables to AEM RTE. It is just removing all the styles adding the only table to the RTE.
anyone tried these options (I am trying but no luck)
"htmlPasteRules": { "allowBasics": { "italic": true, "link": true }, "allowBlockTags": [ "p", "h1", "h2", "h3" ], "list": { "allow": false, "ignoreMode": "paragraph" }, "table": { "allow": true, "ignoreMode": "paragraph" } }
a little bit of help needed here on how to add these to RTE and make it work.
Thanks In Advance