mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
e873389655
Add widget for the time conductor using a representer, WTD-1515.
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"extensions": {
|
|
"representers": [
|
|
{
|
|
"implementation": "ConductorRepresenter.js",
|
|
"depends": [ "$compile", "views[]" ]
|
|
}
|
|
]
|
|
}
|
|
}
|