File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/countryconfig" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
44 "description" : " OpenCRVS country configuration for reference data" ,
55 "os" : [
66 " darwin" ,
Original file line number Diff line number Diff line change @@ -149,6 +149,19 @@ const TENNIS_CLUB_DECLARATION_FORM = defineDeclarationForm({
149149 id : 'event.tennis-club-membership.action.declare.form.section.who.field.dob.label'
150150 }
151151 } ,
152+ {
153+ id : 'applicant.tob' ,
154+ type : FieldType . TIME ,
155+ required : false ,
156+ configuration : {
157+ use12HourFormat : true
158+ } ,
159+ label : {
160+ defaultMessage : "Applicant's time of birth" ,
161+ description : 'This is the label for the time of birth field' ,
162+ id : 'event.tennis-club-membership.action.declare.form.section.who.field.tob.label'
163+ }
164+ } ,
152165 {
153166 id : 'applicant.image' ,
154167 type : 'FILE' ,
You can’t perform that action at this time.
0 commit comments