Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
I found out how myself. I edited in file:
C:\Program Files (x86)\EPiServer\CMS\Miun.6.0.530.0\Application\UI\CMS\Editor\Dialogs\HyperlinkProperties.aspx
Added check in function buildReturnValue()
...
returnValue.title = activeTab.TitleField.value;
if (returnValue.title.length == 0)
{
....
Nice. But these files can be overwritten at any update from EPiServer. Use virtualpathmappings to create your own version. But maybe you already did this.
/Per
Yes, we have a separate custom folder and documented the changes so we can easily fix them when upgrading. :)
Hello!
Is there an easy way to make the link title (Alt-text) mandatory in editor TinyMCE?
Regards,
Jenny