mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
21 lines
526 B
JSON
21 lines
526 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"types": [
|
||
|
{
|
||
|
"key": "static.markup",
|
||
|
"name": "Static Markup",
|
||
|
"glyph": "\u0070",
|
||
|
"description": "Static markup sandbox",
|
||
|
"features": [ "creation" ]
|
||
|
}
|
||
|
],
|
||
|
"views": [
|
||
|
{
|
||
|
"templateUrl": "markup.html",
|
||
|
"name": "Static Markup",
|
||
|
"type": "static.markup",
|
||
|
"key": "static.markup"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|