[WIP] - Basic SimpleAppMessage integration for ints.

This commit is contained in:
Keegan
2016-10-25 03:00:43 -07:00
parent 62f0337198
commit 6e6440c9fb
19 changed files with 496 additions and 62 deletions
+7
View File
@@ -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": [
+1 -1
View File
@@ -41,7 +41,7 @@ module.exports = [
"messageKey": "email",
"defaultValue": "",
"label": "Input Field",
"description": "This is a description for the input component. " +
"description": "{{i18n.foo}} This is a description for the input component. " +
"You can add <strong>html</strong> in here too.",
"attributes": {
"placeholder": "Placeholder set with attributes"