Add ext path to config (#815)

* Add extPath to config object

* Update ext-shapes.js

* Update EditorStartup.js

* Fix linter issue

* Update EditorStartup.js
This commit is contained in:
pmkrawczyk
2022-07-05 23:47:07 +02:00
committed by GitHub
parent cdc85a515b
commit 6d804f2fb9
3 changed files with 5 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ export default class ConfigObj {
// PATH CONFIGURATION
// The following path configuration items are disallowed in the URL (as should any future path configurations)
imgPath: './images',
extPath: './extensions',
// DOCUMENT PROPERTIES
// Change the following to a preference (already in the Document Properties dialog)?
dimensions: [640, 480],