[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": [
{
"label": "Period",
"control": "_textfield",
"name": "Period",
"control": "textfield",
"key": "period",
"required": true,
"property": [ "telemetry", "period" ],