diff --git a/geonode_mapstore_client/client/js/plugins/index.js b/geonode_mapstore_client/client/js/plugins/index.js index 85e13b2617..077962ca23 100644 --- a/geonode_mapstore_client/client/js/plugins/index.js +++ b/geonode_mapstore_client/client/js/plugins/index.js @@ -478,6 +478,10 @@ export const plugins = { UploadResourcePlugin: toModulePlugin( 'UploadResource', () => import(/* webpackChunkName: 'plugins/upload-operation' */ '@js/plugins/UploadResource') + ), + MapEditorPlugin: toModulePlugin( + 'MapEditor', + () => import(/* webpackChunkName: 'plugins/map-editor' */ '@mapstore/framework/plugins/MapEditor') ) }; diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index 1e75841845..5e3ce4e6d8 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -2823,6 +2823,12 @@ } ] } + }, + { + "name": "MapEditor", + "cfg": { + "titleMsgId": "widgets.mapWidget.mapEditorTitle" + } } ], "map_viewer_mobile": [