Commit 5a66981d by jay

.

1 parent 6cf7a631
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
},
"dialCode": {
"type": "string"
} }
} }
} }
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
},
"dialCode": {
"type": "string"
} }
} }
} }
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
"thirdPartyApiError": { "thirdPartyApiError": {
"type": "boolean", "type": "boolean",
"default": false "default": false
},
"dialCode": {
"type": "string"
} }
} }
} }
...@@ -138,6 +138,22 @@ ...@@ -138,6 +138,22 @@
} }
}, },
"type": "boolean" "type": "boolean"
},
"dialCode": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"referralDialCode": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
} }
} }
} }
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
"type": "string", "type": "string",
"configurable": false, "configurable": false,
"private": true "private": true
},
"dialCode": {
"type": "string"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!