Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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