[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:
Victor Woeltjen
2014-12-03 16:21:00 -08:00
parent 75f4daa5c3
commit 328a19f040

View File

@ -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" ],