mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-10 09:13:24 +01:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
mindplot.EditorOptions =
|
|
{
|
|
LayoutManager:"OriginalLayout",
|
|
// LayoutManager:"FreeMindLayout",
|
|
textEditor:"TextEditor"
|
|
// textEditor:"RichTextEditor"
|
|
};
|