mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
30 lines
919 B
JSON
30 lines
919 B
JSON
{
|
|
"extensions": {
|
|
"types": [
|
|
{
|
|
"key": "example.limits",
|
|
"name": "Limits Examples",
|
|
"glyph": "\u00EB",
|
|
"description": "Markup and styles exercised for limits displays",
|
|
"features": [ "creation" ],
|
|
"properties": [
|
|
{
|
|
"key": "url",
|
|
"name": "URL",
|
|
"control": "textfield",
|
|
"pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$",
|
|
"required": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"templateUrl": "examples.html",
|
|
"name": "Limits Examples",
|
|
"type": "example.limits",
|
|
"key": "example.limits"
|
|
}
|
|
]
|
|
}
|
|
} |