File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,31 @@ body:
115
115
placeholder : ' ex: 75'
116
116
validations :
117
117
required : true
118
+ - type : input
119
+ id : real-name
120
+ attributes :
121
+ label : Real name
122
+ description : ' Real name of the operator.'
123
+ placeholder : ' Miles Campbell'
124
+ validations :
125
+ required : true
126
+ - type : input
127
+ id : birthplace
128
+ attributes :
129
+ label : Birthplace
130
+ description : ' Birthplace of the operator, including the country.'
131
+ placeholder : ' Sherman Oaks, U.S.A'
132
+ validations :
133
+ required : true
134
+ # Can be add later
135
+ # - type: input
136
+ # id: date-of-birth
137
+ # attributes:
138
+ # label: Date of birth
139
+ # description: 'Date of birth of the operator as a ISO 8601 (https://wikipedia.org/wiki/ISO_8601).'
140
+ # placeholder: 'ex: 1968-07-12'
141
+ # validations:
142
+ # required: true
118
143
- type : textarea
119
144
id : icon
120
145
attributes :
You can’t perform that action at this time.
0 commit comments