Merge branch 'master' into #55/unicode-support

This commit is contained in:
keegan-lillo
2016-03-16 08:25:44 +11:00
18 changed files with 697 additions and 194 deletions
+10
View File
@@ -31,6 +31,16 @@ module.exports = [
"placeholder": "Placeholder set with attributes"
}
},
{
"type": "slider",
"appKey": "slider",
"defaultValue": 15,
"label": "Slider",
"description": "This is the description for the slider",
"min": 10,
"max": 20,
"step": 0.25
},
{
"type": "toggle",
"appKey": "cool_stuff",