forked from mozilla/campaign-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
field_config.json
51 lines (51 loc) · 960 Bytes
/
field_config.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
{
"summary": {
"id": 1,
"content": "**Summary:** ",
"hidden": true,
"required": true,
"pattern": ".+"
},
"firefox": {
"id": 100,
"content": "**Firefox Version:** ",
"required": true,
"pattern": ".+"
},
"resolution": {
"id": 300,
"content": "**Window Size (inner width and height):** ",
"required": true,
"pattern": ".+"
},
"github": {
"id": 500,
"content": "**GitHub Username:** "
},
"reproduce": {
"id": 600,
"heading": true,
"content": "## Steps to Reproduce",
"required": true,
"pattern": ".+"
},
"expected": {
"id": 700,
"heading": true,
"content": "## Expected Behavior",
"required": true,
"pattern": ".+"
},
"actual": {
"id": 800,
"heading": true,
"content": "## Actual Behavior",
"required": true,
"pattern": ".+"
},
"screenshot": {
"id": 900,
"image": true,
"content": "## Screenshot"
}
}