Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/svg-edit/config.js

17 lines
489 B

/* see https://code.google.com/p/svg-edit/wiki/ConfigOptions */
svgEditor.setConfig({
extensions: [
'ext-php_savefile_chamilo.js',
'ext-eyedropper.js',
'ext-shapes.js',
'ext-polygon.js',
'ext-star.js'
],
noStorageOnLoad: 'true',
selectNew: true,
no_save_warning: true,
emptyStorageOnDecline: true,
iconsize: 'm',
allowedOrigins: [window.location.origin]
// May be 'null' (as a string) when used as a file:// URL
});