[Time Conductor] Use time systems from time conductor

This commit is contained in:
Victor Woeltjen
2015-10-22 13:07:04 -07:00
parent 9bc4327c59
commit e8d7093eb5
7 changed files with 42 additions and 24 deletions

View File

@@ -73,6 +73,18 @@
}
]
}
],
"constants": [
{
"key": "TIME_CONDUCTOR_DOMAINS",
"value": [
{ "key": "time", "name": "Time" },
{ "key": "yesterday", "name": "Yesterday" },
{ "key": "index", "name": "Index", "system": "generator.index" }
],
"priority": -1,
"comment": "Placeholder; to be replaced by inspection of available domains."
}
]
}
}