-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsettings.json
39 lines (39 loc) · 938 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"key": "no-likert",
"i18n": "no-likert",
"description": "no-likert-description",
"type": "boolean",
"scope": [
"itemgroup"
]
},
{
"key": "no-survey",
"i18n": "no-survey",
"description": "no-survey-description",
"type": "boolean",
"scope": [
"form", "itemgroup", "item"
]
},
{
"key": "codelistitem-image-width",
"i18n": "codelistitem-image-width",
"description": "codelistitem-image-width-description",
"type": "number",
"scope": [
"itemgroup", "item"
]
},
{
"key": "presentation-type",
"i18n": "presentation-type",
"description": "presentation-type-description",
"type": "options",
"options": ["default", "next-to-each-other"],
"scope": [
"item"
]
}
]