Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created November 6, 2014 17:55
Show Gist options
  • Save fleeting/0e501dbdd1aae7d33fe9 to your computer and use it in GitHub Desktop.
Save fleeting/0e501dbdd1aae7d33fe9 to your computer and use it in GitHub Desktop.
{
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