Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

'If you set 'editor.unloadMessage' parameter to true, the confirmation message asking 'Do you want to leave this leave this page?' appears when the web page is unloaded and the content has been edited(default = false).

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.unloadMessage': true
}

...