AI OnAI Off
Example code for a custom LinkEditorDescriptor can be found in this post. It works for version 11 of the CMS.
https://ynze.hashnode.dev/extending-the-hyperlink-editor-in-version-11
I realise this is now quite old, but my advice when extending the link editor is normally: "don't". 😊
Having said that, I also wrote a blog post about it which is for CMS 11: https://jakejon.es/blog/adding-a-telephone-link-option-to-the-episerver-link-editor
For your scenario you'd want to also add a new provider option but do more customisation in the front-end (i.e. Dojo 😬)—but hopefully the blog post gives you an idea of what you need to do.
Best of luck.
Hi,
I tried to follow the instructions in: https://world.optimizely.com/forum/developer-forum/CMS/Thread-Container/2016/3/customize-url-properties-popup/ to extend te optimizely url pop up so that i can add fields for subject en body for the email link. But every thing i try results in a total breakdown of this popup and gives me only an url to edit.
Does anyone have a suggestion how i can make this work on version Episerver.CMS.UI 11.26.0?