mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-10 00:04:29 +08:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
mindplot.EditorOptions =
|
|
{
|
|
LayoutManager:"OriginalLayout",
|
|
// LayoutManager:"FreeMindLayout",
|
|
textEditor:"TextEditor"
|
|
// textEditor:"RichTextEditor"
|
|
};
|