openmct/platform/commonUI/formats/bundle.json

21 lines
565 B
JSON
Raw Normal View History

{
"name": "Time services bundle",
"description": "Defines interfaces and provides default implementations for handling different time systems.",
"extensions": {
"components": [
{
2015-10-26 16:56:37 +00:00
"provides": "formatService",
"type": "provider",
2015-10-26 16:56:37 +00:00
"implementation": "FormatProvider.js",
"depends": [ "formats[]" ]
}
],
"formats": [
{
"key": "utc",
"implementation": "UTCTimeFormat.js"
}
]
}
}