Commit f99beaf9 by Harish Patel

Changes

1 parent 58157aa2
...@@ -25,14 +25,6 @@ ...@@ -25,14 +25,6 @@
} }
} }
}, },
"township": {
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"mobileNumber": { "mobileNumber": {
"type": "string", "type": "string",
"pluginOptions": { "pluginOptions": {
...@@ -41,14 +33,6 @@ ...@@ -41,14 +33,6 @@
} }
} }
}, },
"building": {
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"email": { "email": {
"type": "email", "type": "email",
"pluginOptions": { "pluginOptions": {
...@@ -128,6 +112,16 @@ ...@@ -128,6 +112,16 @@
"localized": true "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!