You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the IContentLinkUrlResolver is able to resolve only href attribute for links within rich text element. It would be nice if we could set other attributes such as: target, class, id etc.. Ideally a dynamic set should be supported so that devs can adjust link html as needed.
Other option is to let developers return custom HTML of the entire link. Maybe a new resolver could be used for this purpose such as IContentLinkHtmlResolver
The text was updated successfully, but these errors were encountered:
Currently, the
IContentLinkUrlResolver
is able to resolve onlyhref
attribute for links within rich text element. It would be nice if we could set other attributes such as:target
,class
,id
etc.. Ideally a dynamic set should be supported so that devs can adjust link html as needed.Other option is to let developers return custom
HTML
of the entire link. Maybe a new resolver could be used for this purpose such asIContentLinkHtmlResolver
The text was updated successfully, but these errors were encountered: