fix(doc): fix user extension example in index file (#727)
This commit is contained in:
@@ -38,7 +38,7 @@ svgEditor.setConfig({
|
|||||||
allowInitialUserOverride: true,
|
allowInitialUserOverride: true,
|
||||||
extensions: [],
|
extensions: [],
|
||||||
noDefaultExtensions: false,
|
noDefaultExtensions: false,
|
||||||
userExtensions: [/* './react-extensions/react-test/dist/react-test.js' */]
|
userExtensions: [/* { pathName: './react-extensions/react-test/dist/react-test.js' } */]
|
||||||
})
|
})
|
||||||
// Variable XDOMAIN below is created by Rollup for the Xdomain build (see rollup.config.js)
|
// Variable XDOMAIN below is created by Rollup for the Xdomain build (see rollup.config.js)
|
||||||
/* globals XDOMAIN */
|
/* globals XDOMAIN */
|
||||||
|
|||||||
Reference in New Issue
Block a user