Removing default config overriding default value from schema

This commit is contained in:
Knut Sveidqvist 2024-08-28 13:29:09 +02:00
parent c9c821da5c
commit 06310faa32

View File

@ -21,8 +21,8 @@ const config: RequiredDeep<MermaidConfig> = {
// TODO: Should we replace these with `null` so that they can go in the JSON Schema?
deterministicIDSeed: undefined,
elk: {
// mergeEdges is needed here to be considered
mergeEdges: false,
nodePlacementStrategy: 'SIMPLE',
},
themeCSS: undefined,