mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
W.I.P. collab editor:
- Make all editors options available - Add viewOptions available for configuration - Disable active avatar by default - Some styling for member's list, member's marker and avatar - Add mobile template for editor
This commit is contained in:
@ -218,7 +218,7 @@ window.Wodo = window.Wodo || (function () {
|
||||
// create session around loaded document
|
||||
session = new ops.Session(odfCanvas);
|
||||
editorSession = new EditorSession(session, pendingMemberId, {
|
||||
viewOptions: viewOptions,
|
||||
viewOptions: jQuery.extend(viewOptions,editorOptions.viewOptions),
|
||||
directTextStylingEnabled: directTextStylingEnabled,
|
||||
directParagraphStylingEnabled: directParagraphStylingEnabled,
|
||||
paragraphStyleSelectingEnabled: paragraphStyleSelectingEnabled,
|
||||
|
Reference in New Issue
Block a user