Skip to content

Commit 75af6eb

Browse files
committed
Update radio.yaml
Remove illegal tabs, add colon at end of checkboxesValues and correct instances of ""1 to "1". Note: I just replaced the entire text file content
1 parent 0ae7410 commit 75af6eb

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

assets/js/data/yaml/radio.yaml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-
22
title : Multiple Radios
3-
fields :
3+
fields :
44
name:
55
label : Group Name
66
type : input
@@ -14,12 +14,12 @@
1414
type : textarea-split
1515
value : ["Option one", "Option two"]
1616
radiosValues:
17-
label : Radios Values
18-
type : textarea-split
19-
value : ["1", "2"]
17+
label : Radios Values
18+
type : textarea-split
19+
value : ["1", "2"]
2020
-
2121
title : Multiple Radios Inline
22-
fields :
22+
fields :
2323
name:
2424
label : Group Name
2525
type : input
@@ -33,12 +33,11 @@
3333
type : textarea-split
3434
value : [1,2,3,4]
3535
radiosValues:
36-
label : Radios Values
37-
type : textarea-split
38-
value : ["1", "2", "3", "4"]
39-
-
40-
title : Multiple Checkboxes
41-
fields :
36+
label : Radios Values
37+
type : textarea-split
38+
value : ["1", "2", "3", "4"]
39+
- title : Multiple Checkboxes
40+
fields :
4241
name:
4342
label : Group Name
4443
type : input
@@ -51,13 +50,13 @@
5150
label : Checkboxes
5251
type : textarea-split
5352
value : ["Option one", "Option two"]
54-
checkboxesValues
55-
label : Checkboxes Values
56-
type : textarea-split
57-
value : [""1, "2"]
53+
checkboxesValues:
54+
label : Checkboxes Values
55+
type : textarea-split
56+
value : ["1", "2"]
5857
-
5958
title : Multiple Checkboxes Inline
60-
fields :
59+
fields :
6160
name:
6261
label : Group Name
6362
type : input
@@ -70,7 +69,9 @@
7069
label : Checkboxes
7170
type : textarea-split
7271
value : [1,2,3,4]
73-
checkboxesValues
74-
label : Checkboxes Values
75-
type : textarea-split
76-
value : [""1, "2", "3", "4"]
72+
checkboxesValues:
73+
label : Checkboxes Values
74+
type : textarea-split
75+
value : ["1", "2", "3", "4"]
76+
77+

0 commit comments

Comments
 (0)