diff --git a/src/editor/main.js b/src/editor/main.js index f1d00aad7..8b87c2ebf 100644 --- a/src/editor/main.js +++ b/src/editor/main.js @@ -32,6 +32,7 @@ * @param {Boolean} [config.copyPaste=true] Enable/Disable the possibility to copy(ctrl + c) & paste(ctrl + v) components * @param {Boolean} [config.undoManager=true] Enable/Disable undo manager * @param {Boolean} [config.autorender=true] If true renders editor on init + * @param {Boolean} [config.noticeOnUnload=true] Enable/Disable alert message before unload the page * @param {string} [config.height='900px'] Height for the editor container * @param {string} [config.width='100%'] Width for the editor container * @param {Object} [config.storage={}] Storage manager configuration, see the relative documentation