config.js 489 B

1234567891011121314151617
  1. /* see https://code.google.com/p/svg-edit/wiki/ConfigOptions */
  2. svgEditor.setConfig({
  3. extensions: [
  4. 'ext-php_savefile_chamilo.js',
  5. 'ext-eyedropper.js',
  6. 'ext-shapes.js',
  7. 'ext-polygon.js',
  8. 'ext-star.js'
  9. ],
  10. noStorageOnLoad: 'true',
  11. selectNew: true,
  12. no_save_warning: true,
  13. emptyStorageOnDecline: true,
  14. iconsize: 'm',
  15. allowedOrigins: [window.location.origin]
  16. // May be 'null' (as a string) when used as a file:// URL
  17. });