Skip to content

Commit

Permalink
[fix] height of snippets for editor type config
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Sep 4, 2023
1 parent 9c12344 commit a16b586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/editor/type_property.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Diagram Editor can be initialized in one of three modes:

- **type:"default"** is used to initialize the editor in the default mode:

<iframe src="https://snippet.dhtmlx.com/xshe9ut7?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
<iframe src="https://snippet.dhtmlx.com/xshe9ut7?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>

- **type:"org"** is used to initialize the editor in the org chart mode:

<iframe src="https://snippet.dhtmlx.com/og4qm3ja?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
<iframe src="https://snippet.dhtmlx.com/og4qm3ja?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>

- **type:"mindmap"** is used to initialize the editor in the mindmap mode:

<iframe src="https://snippet.dhtmlx.com/lo1vm0e8?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="200"></iframe>
<iframe src="https://snippet.dhtmlx.com/lo1vm0e8?mode=js" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>


**Related articles**:
Expand Down

0 comments on commit a16b586

Please sign in to comment.