Skip to content

Issue #3443627: Adds integration plugins

This update includes two new standalone integration plugins for integrating with outside plugins:

  • IconLinkEditing: Extends the icon schema to add linkHref as an allowed attribute for icons. Requires the LinkEditing plugin to be enabled.
  • IconGeneralHtmlSupport: Preserves allowed HTML attributes on icons and links wrapping an icon that were previously being improperly stripped. Requires the GeneralHtmlSupport plugin to be enabled. Resolves #3443627

Merge request reports