mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
ec2d5892a5
WTD-1054 Temp object to allow work on markup for info bubble
21 lines
526 B
JSON
21 lines
526 B
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"
|
|
}
|
|
]
|
|
}
|
|
} |