Demo JsonForms / Contact Form

Contact Form

From Wikisphere
Jump to navigation Jump to search
slots
main
model"wikitext"
editor"WikiEditor"
jsonforms-data
editor"JsonEditor"
model"json"
schemaRevision197629
schema"Contact"
showInfoboxtrue
infoboxPosition"right"
schemaMap
0
fullname1
name2
name.first_name3
name.last_name4
notes5
email6
phone7
links8
address9
address.street10
address.city11
address.state12
address.postal_code13
address.country14
name.middle_name15
name.initials16
infoboxTemplate""
jsonPaths
fullname"properties.fullname"
name"properties.name.oneOf.1"
name.first_name"properties.name.oneOf.1.properties.first_name"
name.middle_name"properties.name.oneOf.1.properties.middle_name"
name.last_name"properties.name.oneOf.1.properties.last_name"
name.initials"properties.name.oneOf.1.properties.initials"
notes"properties.notes"
email"properties.email"
phone"properties.phone"
links"properties.links"
picture"properties.picture"
address"properties.address"
address.street"properties.address.properties.street"
address.city"properties.address.properties.city"
address.state"properties.address.properties.state"
address.postal_code"properties.address.properties.postal_code"
address.country"properties.address.properties.country"