-
Notifications
You must be signed in to change notification settings - Fork 28
/
semantics.json
104 lines (104 loc) · 2.69 KB
/
semantics.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"name": "description",
"label": "Description",
"importance": "medium",
"type": "text",
"widget": "html",
"description": "Description of the export page.",
"default": "On this page you can choose to export your text, goals and goals assessments.",
"enterMode": "p",
"tags": [
"strong",
"em",
"u",
"a",
"ul",
"ol",
"h2",
"h3",
"hr",
"pre",
"code"
],
"optional": true
},
{
"name": "createDocumentLabel",
"label": "Create document button label",
"importance": "low",
"type": "text",
"description": "Text that will be displayed on the \"Create document\"-button.",
"default": "Create document"
},
{
"name": "submitTextLabel",
"label": "Submit text button",
"importance": "low",
"type": "text",
"description": "Text that will be displayed on the \"Submit\"-button.",
"default": "Submit"
},
{
"name": "submitSuccessTextLabel",
"type": "text",
"label": "Submit success label",
"optional": false,
"default": "Your report was submitted successfully!"
},
{
"name": "selectAllTextLabel",
"label": "Select all exportable text button label",
"importance": "low",
"type": "text",
"description": "Text that will be displayed on the \"Select all text\"-button.",
"default": "Select"
},
{
"name": "exportTextLabel",
"label": "Export text button label",
"importance": "low",
"type": "text",
"description": "Text that will be displayed on the \"Export text\"-button.",
"default": "Export"
},
{
"name": "helpTextLabel",
"label": "Label for help text",
"importance": "low",
"type": "text",
"description": "Label for showing additional helpful information to the user.",
"default": "More information"
},
{
"name": "helpText",
"label": "Fill in additional help information",
"importance": "low",
"type": "text",
"widget": "html",
"description": "Here you can fill in additional helpful information for the user.",
"enterMode": "p",
"optional": true,
"tags": [
"strong",
"em",
"u",
"a",
"ul",
"ol",
"h2",
"h3",
"hr",
"pre",
"code"
]
},
{
"name": "requiresInputErrorMessage",
"label": "Required input missing text",
"importance": "low",
"type": "text",
"description": "An error message which will be displayed if one or more required input fields have not been filled. @pages will be replaced with the titles of affected pages.",
"default": "The following pages contain required fields that need to be filled in order to review or submit this document: @pages"
}
]