8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
mindplot.EditorOptions =
|
|
{
|
|
LayoutManager:"OriginalLayout",
|
|
// LayoutManager:"FreeMindLayout",
|
|
textEditor:"TextEditor"
|
|
// textEditor:"RichTextEditor"
|
|
};
|