Add jsTree for optional layers
This commit is contained in:
parent
8b46ba9a27
commit
ddbbd00d1f
5 changed files with 76 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -46,7 +46,8 @@
|
|||
"mapbbcode": "MapBBCode/mapbbcode#v1.2.0",
|
||||
"seiyria-bootstrap-slider": "seiyria/bootstrap-slider#^9.8.1",
|
||||
"tether": "1.4.5",
|
||||
"url-search-params": "~0.5.0"
|
||||
"url-search-params": "~0.5.0",
|
||||
"jstree": "^3.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^8.1.0",
|
||||
|
|
@ -198,6 +199,13 @@
|
|||
"main": [
|
||||
"dist/umd/jquery-i18next.js"
|
||||
]
|
||||
},
|
||||
"jstree": {
|
||||
"main": [
|
||||
"dist/jstree.js",
|
||||
"dist/themes/default/style.css",
|
||||
"dist/themes/default/*.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue