Merge pull request #1426 from xmera-circle/improvement/add-dms-wiki-toolbar-icon-to-all-editors

Adds formatting helper to all editors
This commit is contained in:
Karel Pičman 2023-02-17 07:28:16 +01:00 committed by GitHub
commit 6838f405da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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