The icon can now be changed in real time on the place edit page
This commit is contained in:
parent
822bdd70f9
commit
d86630dd0d
29 changed files with 66 additions and 13 deletions
3
webpack.config.js
vendored
3
webpack.config.js
vendored
|
@ -7,7 +7,8 @@ const config = {
|
|||
links: './links.js',
|
||||
maps: './maps.js',
|
||||
newnote: './newnote.js',
|
||||
piwik: './piwik.js'
|
||||
piwik: './piwik.js',
|
||||
places: './places.js'
|
||||
},
|
||||
output: {
|
||||
path: __dirname + '/public/assets/js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue