Commit a1fc6c2b authored by Bryan Kaperick's avatar Bryan Kaperick

Added historystorage as local storage option

parent feb4ec52
...@@ -23,15 +23,12 @@ ...@@ -23,15 +23,12 @@
"local": { "local": {
"setConfiguration": function (gadget) { "setConfiguration": function (gadget) {
var configuration = { var configuration = {
type: "uuid", type: "query",
sub_storage: { sub_storage: {
type: "history", type: "uuid",
sub_storage: { sub_storage: {
type: "query", type: "indexeddb",
sub_storage: { database: "local_default"
type: "indexeddb",
database: "local_default"
}
} }
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment