Adds formatting helper to all editors

The formatting_helper_patch is included in textile wiki formatting helper
but not in markdown and commonmark formatting helper. Therefore, The
dms toobar icon is missing.

This patch adds the formatting_helper_patch to all missing formatters.
This commit is contained in:
Liane Hampe 2023-02-16 17:52:16 +01:00
parent b84fb1d049
commit 327a27a97f

View File

@ -59,3 +59,5 @@ end
# Apply the patch
Redmine::WikiFormatting::Textile::Helper.prepend RedmineDmsf::Patches::FormattingHelperPatch
Redmine::WikiFormatting::Markdown::Helper.prepend RedmineDmsf::Patches::FormattingHelperPatch
Redmine::WikiFormatting::CommonMark::Helper.prepend RedmineDmsf::Patches::FormattingHelperPatch