Skip to content

Instantly share code, notes, and snippets.

@vigikaran
Created September 18, 2019 14:16
Show Gist options
  • Save vigikaran/db04d968ccedebbdfc4d06b52dbf67f0 to your computer and use it in GitHub Desktop.
Save vigikaran/db04d968ccedebbdfc4d06b52dbf67f0 to your computer and use it in GitHub Desktop.
{
general: {
profile_for: {
},
gender: {
},
name: {
},
dob: {
},
community: {
},
religion: {
},
religiousness: {
},
caste: {
},
mother_tongue: {
},
note: {
}
},
basic: {
marital_status: {
label: 'Marital Status',
required: true,
help: null,
sub: null,
placeholder: null
},
divorced_year: {
label: 'Divorced Year',
required: false,
help: null,
sub: null,
placeholder: null
},
children_state: {
label: 'Does [name] have any children?',
required: true,
help: null,
sub: null,
placeholder: null
},
height: {
},
skin_tone: {
},
body_type: {
},
personality_traits: {
},
appearance: {
},
disability: {
},
disability_detail: {
},
note: {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment