initial commit

This commit is contained in:
jfh
2020-10-03 19:04:20 +02:00
parent 381c3bae99
commit e2493664ed
4 changed files with 34 additions and 15 deletions

View File

@@ -35,7 +35,8 @@ svgEditor.setConfig(
// EXTENSION CONFIG
svgEditor.setConfig({
extensions: [],
noDefaultExtensions: false
noDefaultExtensions: false,
userExtensions: []
});
// OTHER CONFIG
@@ -60,7 +61,6 @@ svgEditor.setConfig({
// no_save_warning: false,
// PATH CONFIGURATION
// imgPath: 'images/',
// extPath: 'extensions/',
/*
Uncomment the following to allow at least same domain (embedded) access,
including `file:///` access.