Actions
Patch #31302
closedCustomizable wiki assets in plugin
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi.
If we want to customize assets used in wiki from our plugin, we will override heads_for_wiki_formatter
directly.
ex:
https://github.com/pinzolo/redmine_persist_wfmt/blob/master/lib/patches/helper/markdown_helper_patch.rb#L8
https://github.com/wate/graphviz/blob/master/lib/graphviz_helper_patch.rb#L19
But this means that only the last plugins loaded will be reflected.
So, I created a patch to separate the definitions of assets.
Please check this.
Files
Actions