We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HighlightPlugin
1 parent 7ed7b6d commit e7e58e6Copy full SHA for e7e58e6
addons/website/static/src/builder/plugins/highlight/highlight_plugin.js
@@ -150,6 +150,7 @@ export class HighlightPlugin extends Plugin {
150
}
151
152
registry.category("website-plugins").add(HighlightPlugin.id, HighlightPlugin);
153
+registry.category("translation-plugins").add(HighlightPlugin.id, HighlightPlugin);
154
155
// Todo: formatsSpecs should allow to be register new formats through resources.
156
formatsSpecs.highlight = {
0 commit comments