mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 07:37:46 -04:00
[WIP] - Basic SimpleAppMessage integration for ints.
This commit is contained in:
@@ -12,6 +12,13 @@ module.exports = [
|
||||
"type": "text",
|
||||
"defaultValue": "This is config 2"
|
||||
},
|
||||
{
|
||||
type: 'thing',
|
||||
defaultValue: {
|
||||
en_US: 'foo',
|
||||
fr_FR: 'bar'
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "section",
|
||||
"items": [
|
||||
|
||||
Reference in New Issue
Block a user