// , noDefaultExtensions: false, // noDefaultExtensions can only be meaningfully used in config.js or in the URL
});
...
...
@@ -74,7 +74,7 @@ svgEditor.setConfig({
// exportWindowType: 'new', // 'same'
// wireframe: false,
// showlayers: false,
// no_save_warning: false,
no_save_warning:true,
// PATH CONFIGURATION
// imgPath: 'images/',
// langPath: 'locale/',
...
...
@@ -98,8 +98,8 @@ svgEditor.setConfig({
// EXTENSION-RELATED (GRID)
// showGrid: false, // Set by ext-grid.js
// EXTENSION-RELATED (STORAGE)
// noStorageOnLoad: false, // Some interaction with ext-storage.js; prevent even the loading of previously saved local storage
// forceStorage: false, // Some interaction with ext-storage.js; strongly discouraged from modification as it bypasses user privacy by preventing them from choosing whether to keep local storage or not
noStorageOnLoad:true,// Some interaction with ext-storage.js; prevent even the loading of previously saved local storage
forceStorage:false// Some interaction with ext-storage.js; strongly discouraged from modification as it bypasses user privacy by preventing them from choosing whether to keep local storage or not
// emptyStorageOnDecline: true, // Used by ext-storage.js; empty any prior storage if the user declines to store