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.
|
* You can set this attribute to base the seed on a static string.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
markdownAutoWrap?: boolean;
|
|
||||||
deterministicIDSeed?: string;
|
deterministicIDSeed?: string;
|
||||||
flowchart?: FlowchartDiagramConfig;
|
flowchart?: FlowchartDiagramConfig;
|
||||||
sequence?: SequenceDiagramConfig;
|
sequence?: SequenceDiagramConfig;
|
||||||
@ -159,6 +158,7 @@ export interface MermaidConfig {
|
|||||||
dompurifyConfig?: DOMPurifyConfiguration;
|
dompurifyConfig?: DOMPurifyConfiguration;
|
||||||
wrap?: boolean;
|
wrap?: boolean;
|
||||||
fontSize?: number;
|
fontSize?: number;
|
||||||
|
markdownAutoWrap?: boolean;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* This interface was referenced by `MermaidConfig`'s JSON-Schema
|
* This interface was referenced by `MermaidConfig`'s JSON-Schema
|
||||||
|
@ -217,6 +217,8 @@ properties:
|
|||||||
fontSize:
|
fontSize:
|
||||||
type: number
|
type: number
|
||||||
default: 16
|
default: 16
|
||||||
|
markdownAutoWrap:
|
||||||
|
type: boolean
|
||||||
|
|
||||||
$defs: # JSON Schema definition (maybe we should move these to a seperate file)
|
$defs: # JSON Schema definition (maybe we should move these to a seperate file)
|
||||||
BaseDiagramConfig:
|
BaseDiagramConfig:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user