mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Removing default config overriding default value from schema
This commit is contained in:
parent
c9c821da5c
commit
06310faa32
@ -21,8 +21,8 @@ const config: RequiredDeep<MermaidConfig> = {
|
|||||||
// TODO: Should we replace these with `null` so that they can go in the JSON Schema?
|
// TODO: Should we replace these with `null` so that they can go in the JSON Schema?
|
||||||
deterministicIDSeed: undefined,
|
deterministicIDSeed: undefined,
|
||||||
elk: {
|
elk: {
|
||||||
|
// mergeEdges is needed here to be considered
|
||||||
mergeEdges: false,
|
mergeEdges: false,
|
||||||
nodePlacementStrategy: 'SIMPLE',
|
|
||||||
},
|
},
|
||||||
themeCSS: undefined,
|
themeCSS: undefined,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user