Commit 5a66981d by jay

.

1 parent 6cf7a631
......@@ -68,6 +68,9 @@
"type": "relation",
"relation": "oneToOne",
"target": "plugin::users-permissions.user"
},
"dialCode": {
"type": "string"
}
}
}
......@@ -26,6 +26,9 @@
"type": "relation",
"relation": "oneToOne",
"target": "plugin::users-permissions.user"
},
"dialCode": {
"type": "string"
}
}
}
......@@ -47,6 +47,9 @@
"thirdPartyApiError": {
"type": "boolean",
"default": false
},
"dialCode": {
"type": "string"
}
}
}
......@@ -138,6 +138,22 @@
}
},
"type": "boolean"
},
"dialCode": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"referralDialCode": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
}
}
}
......@@ -67,6 +67,9 @@
"type": "string",
"configurable": false,
"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!