How do make links in `RichEditor` `nofollow`?
As the title suggests, is there a way to conditionally make some links have the attribute
rel="nofollow"
?2 Replies
maybe you could do it in a model observer
using some regex
Okay, cheers Dan.