Commit a1fc6c2b authored by Bryan Kaperick's avatar Bryan Kaperick

Added historystorage as local storage option

parent feb4ec52
......@@ -23,15 +23,12 @@
"local": {
"setConfiguration": function (gadget) {
var configuration = {
type: "uuid",
type: "query",
sub_storage: {
type: "history",
type: "uuid",
sub_storage: {
type: "query",
sub_storage: {
type: "indexeddb",
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