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:
parent
b84fb1d049
commit
327a27a97f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user