Elasticsearch support for change to typeless API (#2941)

* added elasticsearch to bundlemap
This commit is contained in:
Joel McKinnon
2020-04-21 15:23:43 -07:00
committed by GitHub
parent 4a39ddf425
commit af93823b6f
5 changed files with 22 additions and 19 deletions

View File

@ -88,7 +88,8 @@ define([
var bundleMap = {
LocalStorage: 'platform/persistence/local',
MyItems: 'platform/features/my-items',
CouchDB: 'platform/persistence/couch'
CouchDB: 'platform/persistence/couch',
Elasticsearch: 'platform/persistence/elastic'
};
var plugins = _.mapValues(bundleMap, function (bundleName, pluginName) {