mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
change congig.schema.yaml for consistency
This commit is contained in:
parent
f256a57f27
commit
589f90762a
@ -139,7 +139,6 @@ export interface MermaidConfig {
|
||||
* You can set this attribute to base the seed on a static string.
|
||||
*
|
||||
*/
|
||||
markdownAutoWrap?: boolean;
|
||||
deterministicIDSeed?: string;
|
||||
flowchart?: FlowchartDiagramConfig;
|
||||
sequence?: SequenceDiagramConfig;
|
||||
@ -159,6 +158,7 @@ export interface MermaidConfig {
|
||||
dompurifyConfig?: DOMPurifyConfiguration;
|
||||
wrap?: boolean;
|
||||
fontSize?: number;
|
||||
markdownAutoWrap?: boolean;
|
||||
}
|
||||
/**
|
||||
* This interface was referenced by `MermaidConfig`'s JSON-Schema
|
||||
|
@ -217,6 +217,8 @@ properties:
|
||||
fontSize:
|
||||
type: number
|
||||
default: 16
|
||||
markdownAutoWrap:
|
||||
type: boolean
|
||||
|
||||
$defs: # JSON Schema definition (maybe we should move these to a seperate file)
|
||||
BaseDiagramConfig:
|
||||
|
Loading…
x
Reference in New Issue
Block a user