[Time Conductor] Expose domain options

...for example telemetry, to test domain selection.
This commit is contained in:
Victor Woeltjen 2015-10-27 09:50:59 -07:00
parent c6b7121cf0
commit df6cd8f403

View File

@ -22,6 +22,17 @@
"implementation": "SinewaveDeltaFormat.js"
}
],
"constants": [
{
"key": "TIME_CONDUCTOR_DOMAINS",
"value": [
{ "key": "time", "name": "Time" },
{ "key": "yesterday", "name": "Yesterday" },
{ "key": "delta", "name": "Delta" }
],
"priority": -1
}
],
"types": [
{
"key": "generator",