London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Tam,
I have added your config to a solution I have and it works fine.
Are you seeing any issues in the console log?
Thanks
Paul
In our project we have a style set for hyperlinks:
defaultSettings.StyleFormats(
new
{
title = "Action links",
items = new[]
{
new { title = "Internal", selector = "a", classes = "internal" },
new { title = "External", selector = "a", classes = "external" },
new { title = "Download", selector = "a", classes = "download" }
}
});
The problem we are facing is that you are able to select all three styles at once. How to modify tinyMCE so that you are only able to select one style at a time?
If you click on Internal, there is a checkmark beside it, when you click on External the checkmark should be beside External instead of Internal. That is our desirable functionality