Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Henk,
I think this is just because you're missing AddPlugin
for epi-link
, it should look something like:
config.Default()
.AddPlugin("epi-link")
If you switch your style formats to selector
(opposed to inline
) then they'd only be applicable to links, like so:
new { title = "Deep Blue", selector = "a", classes = "btn btn-deep-blue" }
Depends what functionality you're going for.
I am trieing to add custom classes on a link.
What i have so far is:
Now i can place the links with the custom classes but i can not set/edit the url of the link.
I am using TinyMCE version 4.9.11 and Optimizely version 11.20.4