Skip to content

Commit 5802cf3

Browse files
committed
DefaultConfig: useLocalStorage #529
1 parent bc651de commit 5802cf3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/DefaultConfig.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ const DefaultConfig = {
137137
* @type Boolean
138138
*/
139139
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,
140148
/**
141149
* Flag if you want to load the files needed for working with Mapbox GL
142150
* https://docs.mapbox.com/mapbox-gl-js/overview/

0 commit comments

Comments
 (0)