mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 12:24:10 +00:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|