mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 14:34:08 +00:00
Bring in previous work on the forms component; this includes transitioned versions of specific form elements, and the mct-form direction which generates these. WTD-530
42 lines
923 B
JSON
42 lines
923 B
JSON
{
|
|
"name": "MCT Forms",
|
|
"description": "Form generator; includes directive and some controls.",
|
|
"extensions": {
|
|
"directives": [
|
|
{
|
|
"key": "mctForm",
|
|
"implementation": "MCTForm.js"
|
|
}
|
|
],
|
|
"templates": [
|
|
{
|
|
"key": "_checkbox",
|
|
"templateUrl": "templates/_checkbox.html"
|
|
},
|
|
{
|
|
"key": "_checkboxes",
|
|
"templateUrl": "templates/_checkboxes.html"
|
|
},
|
|
{
|
|
"key": "_datetime",
|
|
"templateUrl": "templates/_datetime.html"
|
|
},
|
|
{
|
|
"key": "_select",
|
|
"templateUrl": "templates/_select.html"
|
|
},
|
|
{
|
|
"key": "_selects",
|
|
"templateUrl": "templates/_selects.html"
|
|
},
|
|
{
|
|
"key": "_textfield",
|
|
"templateUrl": "templates/_textfield.html"
|
|
},
|
|
{
|
|
"key": "_textfields",
|
|
"templateUrl": "templates/_textfields.html"
|
|
}
|
|
]
|
|
}
|
|
} |