Commit 3c69ae37 authored by Bryan Kaperick's avatar Bryan Kaperick

Added querystorage on top of historystorage in configurator file.

parent ed1373a8
......@@ -24,6 +24,8 @@
"setConfiguration": function (gadget) {
var configuration = {
type: "uuid",
sub_storage: {
type: "query",
sub_storage: {
type: "history",
sub_storage: {
......@@ -34,6 +36,7 @@
}
}
}
}
};
return gadget.setSetting('jio_storage_description', configuration)
.push(function () {
......
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