mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: move core to monorepo
This commit is contained in:
32
packages/core/test/resources/Setting.3.json
Normal file
32
packages/core/test/resources/Setting.3.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errorNames": [],
|
||||
"instance": {
|
||||
"categories": ["profile"],
|
||||
"defaultValue": "en",
|
||||
"description": "The language this app is going to use.",
|
||||
"inputType": "single choice",
|
||||
"name": "language",
|
||||
"order": 0,
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy",
|
||||
"type": "remote"
|
||||
},
|
||||
"translations": {
|
||||
"de": {
|
||||
"description": "Die Sprache in der die App angezeigt wird.",
|
||||
"name": "Sprache",
|
||||
"values": ["English", "German"]
|
||||
},
|
||||
"en": {
|
||||
"description": "The language this app is going to use.",
|
||||
"name": "Language",
|
||||
"values": ["english", "german"]
|
||||
}
|
||||
},
|
||||
"type": "setting",
|
||||
"values": ["en", "de"],
|
||||
"uid": "184b717a-d020-46f5-995c-03023670cc62"
|
||||
},
|
||||
"schema": "SCSetting"
|
||||
}
|
||||
Reference in New Issue
Block a user