mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rename mermaidOptions to mermaid for contrib themes
This commit is contained in:
parent
e945deeab6
commit
d2a8338d4a
@ -340,7 +340,7 @@ module.exports = {
|
||||
theme.codeEditor = theme.codeEditor || {}
|
||||
theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
|
||||
|
||||
theme.mermaid = Object.assign({}, themePlugin.mermaidOptions, theme.mermaid)
|
||||
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
|
||||
}
|
||||
activeThemeInitialised = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user