refactor: remodel settings inputType

Flatten inputType to fit new core translation

Closes #59
This commit is contained in:
Sebastian Lange
2019-04-24 13:50:49 +02:00
parent d3790adbd8
commit bab675b806
6 changed files with 171 additions and 162 deletions

View File

@@ -5,20 +5,18 @@
"privacy"
],
"description": "This is a Description",
"input": {
"defaultValue": [],
"inputType": "multipleChoice",
"values": [
1,
2,
3,
4,
5,
6,
7,
8
]
},
"defaultValue": [],
"inputType": "multiple choice",
"values": [
1,
2,
3,
4,
5,
6,
7,
8
],
"name": "numbers",
"order": 1,
"origin": {
@@ -26,16 +24,6 @@
"name": "Dummy",
"type": "remote"
},
"translations": {
"de": {
"description": "Dies ist eine Beschreibung",
"name": "Nummern"
},
"en": {
"description": "This is a Description",
"name": "Numbers"
}
},
"type": "setting",
"uid": "9f0c362e-0b41-532f-9e8b-a0ac373fbede"
},