Q & A /
Use in inline mode
Sophia A.
asked
How to use N1ED without opening full screen? I want to have an inline editing document in my editor.
Dmitriy Komarov
answered
Simply set ui.openFullScreenOnFocus
to false
in the configuration of your CKEditor or TinyMCE.
N1ED will open its sidebar on the left of your WYSIWYG editor. If it overlaps elements of your website, you can move it to the right using the option ui.leftSidebar
(default is true
).
See more details in the documentation.
Answer accepted