Skip to content

Commit

Permalink
updated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Jul 24, 2015
1 parent 319c9de commit 2495cc7
Showing 1 changed file with 26 additions and 35 deletions.
61 changes: 26 additions & 35 deletions app-settings.json
@@ -1,37 +1,28 @@
[
{
"type":"group",
"title":"Common",
"items":[
{
"title":"Server",
"key":"server",
"type":"textfield",
"keyboard": "uri",
"default":"http://www.apache.org"
},
{
"title":"Other",
"type":"toggle",
"default":false,
"key":"demo_switch"
},
{
"type":"combo",
"items":[
{
"value":"ru",
"title":"Русский"
},
{
"value":"en",
"title":"English"
}
],
"default":"ru",
"title":"Language",
"key":"language"
}
]
}
{
"type":"group",
"title":"Common",
"items":[{
"title":"Title",
"type":"textfield",
"key":"title"
}, {
"title":"Language",
"type":"radio",
"key":"lang",
"default": "en-us",
"items":[{
"value":"en-us",
"title":"English (US)"
}, {
"value":"en-gb",
"title":"English (UK)"
}]
}, {
"title":"Debug",
"type":"toggle",
"default":false,
"key":"debug"
}]
}
]

0 comments on commit 2495cc7

Please sign in to comment.