mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 14:34:08 +00:00
33 lines
833 B
JSON
33 lines
833 B
JSON
{
|
|
"extensions": {
|
|
"types": [
|
|
{
|
|
"key": "example.page",
|
|
"name": "Page",
|
|
"features": [ "creation" ],
|
|
"properties": [
|
|
{
|
|
"key": "url",
|
|
"name": "URL",
|
|
"control": "textfield"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"templateUrl": "iframe.html",
|
|
"name": "Page",
|
|
"type": "example.page",
|
|
"key": "example.page"
|
|
}
|
|
],
|
|
"controllers": [
|
|
{
|
|
"key": "IFrameController",
|
|
"implementation": "IFrameController.js",
|
|
"depends": ["$sce"]
|
|
}
|
|
]
|
|
}
|
|
} |