mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
9a400f6fba
Add bundle platform/commonUI/about, and initial templates for the About dialog. WTD-667.
17 lines
402 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |