I cannot get Froala's linkList option to work... is this feature blocked by kentico customisations for it?
The only details on the config differences I can find is a note on the Implementing rich text editor plugins page: "Certain plugins were adjusted for the Xperience environment and are not identical to the corresponding default Froala plugins even though they share the same name, e.g., Image or Link." but no further details on what those adjustments are.
Other config changes are working, and I have defined linkInsertButtons: ['linkBack', '|', 'linkList'] and also a set of links using linkList: [ { text: 'Google', href: 'https://google.com', target: '_blank' }, ... ]
linkInsertButtons: ['linkBack', '|', 'linkList']
linkList: [ { text: 'Google', href: 'https://google.com', target: '_blank' }, ... ]
It should be included in the link plugin, but Kentico did override that plugin. You could write your own plugin for this functionality as explained here: https://docs.xperience.io/configuring-xperience/configuring-the-environment-for-content-editors/configuring-the-rich-text-editor-for-page-builder/implementing-rich-text-editor-plugins
Ah, right. Yeah, writing my own plugin is the solution I've been working on in the meantime.
Thanks.
Please, sign in to be able to submit a new answer.