We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc651de commit 5802cf3Copy full SHA for 5802cf3
1 file changed
src/DefaultConfig.mjs
@@ -137,6 +137,14 @@ const DefaultConfig = {
137
* @type Boolean
138
*/
139
useGoogleAnalytics: false,
140
+ /**
141
+ * Flag to only include Neo.main.mixins.LocalStorage if needed
142
+ * @default true
143
+ * @memberOf! module:Neo
144
+ * @name config.useLocalStorage
145
+ * @type Boolean
146
+ */
147
+ useLocalStorage: true,
148
/**
149
* Flag if you want to load the files needed for working with Mapbox GL
150
* https://docs.mapbox.com/mapbox-gl-js/overview/
0 commit comments