Question
Rich Text Editor Customization
On several places in our application we have a “Rich text editor” control. For example in Tools – Email signature. I’m asked to check if it is possible to add some options in the Protocol menu when adding a link using the link button in the control. (Extra options wanted are Email and Phone).
tried with modifying following rule “pypega_ckeditor_lang_extn”, but with no success.
As I understand this is an external component and found some suggestions about a link.js file, but I don’t know if that file exists and if we can modify it or create it.
https://ckeditor.com/old/forums/CKEditor-3.x/Tutorial-how-modify-Links-Plugin-link-cms-pages
s there a way we can achieve this with the current version we are using? Or are there any alternatives we can use?
Thanks,
Ravi
@RaviRocks2k21
There's a link.js within pega but most of the ckeditor files are final.
pzpega_ckeditor_link.js and pzpega_ckeditor.js are most likely that are taking care of adding the Protocol "select" dropdown. The variables used might not be exposed for you to override. But you try can figure that.