Issue #3443627: Adds integration plugins
This update includes two new standalone integration plugins for integrating with outside plugins:
-
IconLinkEditing
: Extends the icon schema to addlinkHref
as an allowed attribute for icons. Requires theLinkEditing
plugin to be enabled. -
IconGeneralHtmlSupport
: Preserves allowed HTML attributes on icons and links wrapping an icon that were previously being improperly stripped. Requires theGeneralHtmlSupport
plugin to be enabled. Resolves #3443627