-
-
Save fleeting/0e501dbdd1aae7d33fe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
contact_information: { | |
name: 'Contact Information', | |
description: '', | |
fields: { | |
first_name: { | |
type: 'text', | |
label: 'First Name', | |
description: '', | |
placeholder: '', | |
value: '', | |
values: '', | |
validation: { | |
required: 1, | |
email: 0, | |
number: 0, | |
date: 0 | |
}, | |
options: { | |
label: 1 | |
} | |
}, | |
last_name: { | |
type: 'text', | |
label: 'Last Name', | |
description: '', | |
placeholder: '', | |
value: '', | |
values: '', | |
validation: { | |
required: 1, | |
email: 0, | |
number: 0, | |
date: 0 | |
}, | |
options: { | |
label: 1 | |
} | |
} | |
} | |
}, | |
school_information: { | |
name: 'Contact Information', | |
description: '', | |
fields: { | |
school_name: { | |
type: 'text', | |
label: 'School Name', | |
description: '', | |
placeholder: '', | |
value: '', | |
values: '', | |
validation: { | |
required: 1, | |
email: 0, | |
number: 0, | |
date: 0 | |
}, | |
options: { | |
label: 1 | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment