openmct/platform/commonUI/about/bundle.json
Victor Woeltjen 9a400f6fba [About] Add About bundle
Add bundle platform/commonUI/about, and initial templates for
the About dialog. WTD-667.
2015-01-14 10:44:59 -08:00

17 lines
402 B
JSON

{
"name": "About Open MCT Web",
"extensions": {
"templates": [
{
"key": "app-logo",
"priority": "optional",
"templateUrl": "app-logo.html"
},
{
"key": "about-logo",
"priority": "preferred",
"templateUrl": "about-logo.html"
}
]
}
}