mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Forms] Fix properties for generator
Fix properties for the sine wave generator (an example bundle) such that it displays appropriately in the Create menu after integration of the forms component, WTD-593.
This commit is contained in:
@ -26,8 +26,8 @@
|
|||||||
},
|
},
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"label": "Period",
|
"name": "Period",
|
||||||
"control": "_textfield",
|
"control": "textfield",
|
||||||
"key": "period",
|
"key": "period",
|
||||||
"required": true,
|
"required": true,
|
||||||
"property": [ "telemetry", "period" ],
|
"property": [ "telemetry", "period" ],
|
||||||
|
Reference in New Issue
Block a user