Commit f99beaf9 by Harish Patel

Changes

1 parent 58157aa2
......@@ -25,14 +25,6 @@
}
}
},
"township": {
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"mobileNumber": {
"type": "string",
"pluginOptions": {
......@@ -41,14 +33,6 @@
}
}
},
"building": {
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"email": {
"type": "email",
"pluginOptions": {
......@@ -128,6 +112,16 @@
"localized": true
}
}
},
"project": {
"type": "relation",
"relation": "oneToOne",
"target": "api::project.project"
},
"township": {
"type": "relation",
"relation": "oneToOne",
"target": "api::township.township"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!