-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-entry-form.json
81 lines (73 loc) · 1.55 KB
/
data-entry-form.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
{
"data-entry-form" : {
"inputCheckbox" : {
"type": "checkbox",
"name": "...",
"id": "inputcheckbox",
"value": "...",
"checkedstate": "",
"arialabel": "",
"ariadescribedby": "",
"placeholder": "Checkbox Option",
"disabled": ""
},
"checkboxSmall" : {
"type": "checkbox",
"name": "...",
"id": "checkboxSmall",
"value": "...",
"checkedstate": "",
"arialabel": "",
"ariadescribedby": "",
"placeholder": "Checkbox Option",
"disabled": ""
},
"inputRadio" : {
"type": "radio",
"name": "...",
"id": "inputRadio",
"value": "...",
"checkedstate": "",
"arialabel": "",
"ariadescribedby": "",
"disabled": ""
},
"inputRadioDisabled" : {
"type": "radio",
"name": "...",
"id": "inputRadioDisabled",
"value": "...",
"checkedstate": "",
"arialabel": "",
"ariadescribedby": "",
"disabled": "disabled"
},
"inputRadioGroup" : {
"type": "radio",
"name": "...",
"id": "inputRadioGroup",
"value": "...",
"checkedstate": "",
"arialabel": "",
"ariadescribedby": "",
"disabled": ""
},
"atomSelectInput" : {
"id": "select-input",
"name": "select-input",
"optgroupOpen": "",
"optgroupClose": "",
"optiontextBlank": "",
"optiontext1": "Option 1",
"optiontext2": "Option 2",
"optiontext3": "Option 3",
"ariaLabel": "",
"ariaDescribedby": "",
"disabled": ""
},
"atom-buttonPrimary" : {
"buttonClass": "atom-button atom-button--primary org-data-entry-form--save-button",
"buttonText": "Primary"
}
}
}