Skip to content

Instantly share code, notes, and snippets.

@Duaner
Created May 10, 2017 14:00
Show Gist options
  • Save Duaner/52dafff264791c4201b2ffb75223a9b7 to your computer and use it in GitHub Desktop.
Save Duaner/52dafff264791c4201b2ffb75223a9b7 to your computer and use it in GitHub Desktop.
{
"Main" : {
"full_name" : {
"type" : "StructuredText",
"fieldset" : "Full name",
"config" : {
"single" : "heading1"
}
},
"first_name" : {
"type" : "Text",
"config" : {
"label" : "First name"
}
},
"middle_name" : {
"type" : "Text",
"config" : {
"label" : "Middle name"
}
},
"surname" : {
"type" : "Text",
"config" : {
"label" : "Surname"
}
},
"title" : {
"type" : "Text",
"config" : {
"label" : "Title"
}
},
"company" : {
"type" : "Text",
"config" : {
"label" : "Company"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment