mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
ac8fbb289e
WTD-884.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"extensions": {
|
|
"types": [
|
|
{
|
|
"key": "infobubble",
|
|
"name": "Info Bubble",
|
|
"glyph": "\u00EA",
|
|
"description": "Static markup for info bubbles",
|
|
"features": [ "creation" ]
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"templateUrl": "infobubble.html",
|
|
"name": "Info Bubble",
|
|
"type": "infobubble",
|
|
"key": "infobubble"
|
|
}
|
|
],
|
|
"templates": [
|
|
{
|
|
"key": "info-table",
|
|
"templateUrl": "info-table.html"
|
|
},
|
|
{
|
|
"key": "info-bubble",
|
|
"templateUrl": "info-bubble.html"
|
|
}
|
|
],
|
|
"containers": [
|
|
{
|
|
"key": "bubble",
|
|
"templateUrl": "bubble.html",
|
|
"attributes": [ "bubbleTitle", "bubbleLayout" ],
|
|
"alias": "bubble"
|
|
}
|
|
]
|
|
}
|
|
} |