diff --git a/umap/settings/base.py b/umap/settings/base.py index 0fad343c..b63c72f4 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -259,7 +259,7 @@ UMAP_DEFAULT_SHARE_STATUS = None UMAP_DEFAULT_EDIT_STATUS = None UMAP_DEFAULT_FEATURES_HAVE_OWNERS = False UMAP_HOME_FEED = "latest" -UMAP_EXPERIMENTAL_PLUGINS = { +UMAP_EXPERIMENTAL_IMPORTERS = { # "geodatamine": {}, # "communesfr": {}, # "presets": { diff --git a/umap/static/umap/js/modules/importer.js b/umap/static/umap/js/modules/importer.js index cee0cf9c..b0eac871 100644 --- a/umap/static/umap/js/modules/importer.js +++ b/umap/static/umap/js/modules/importer.js @@ -3,7 +3,7 @@ import { translate } from './i18n.js' import { uMapAlert as Alert } from '../components/alerts/alert.js' import Dialog from './ui/dialog.js' -const AVAILABLE_PLUGINS = ['geodatamine', 'communesfr', 'presets'] +const AVAILABLE_IMPORTERS = ['geodatamine', 'communesfr', 'presets'] const TEMPLATE = `

${translate('Import data')}

@@ -12,9 +12,9 @@ const TEMPLATE = ` -
+

${translate('Import from:')}

-
+