- 29
I want to create custom menu items that are editable in the admin area. This way we do not need update code when users want to add items. I've added a widget zone in SupportWidgetZones.xml and added the zone in MegaMenu.cshtml. I've created the widget and it appears in the menu.
The issue is the that tinymce autocorrects the HTML. For example
<li><a href="mylink">my link text</a></li>
is converted to
<ul>
li><a href="mylink">my link text</a></li>
</ul>
Any thoughts on how to turn off the autocorrect or how to add a widget as a menu item correctly?
Thanks.
The issue is the that tinymce autocorrects the HTML. For example
<li><a href="mylink">my link text</a></li>
is converted to
<ul>
li><a href="mylink">my link text</a></li>
</ul>
Any thoughts on how to turn off the autocorrect or how to add a widget as a menu item correctly?
Thanks.