本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
yusmar
/
tbg-company-api
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
pull
master
Yusmardianto
4 年之前
父節點
2e76bd1c1e
4ae673e021
當前提交
03a9316e98
共有
1 個檔案被更改
,包括
6 行新增
和
10 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-10
extensions/users-permissions/models/User.settings.json
+ 6
- 10
extensions/users-permissions/models/User.settings.json
查看文件
@@ -63,17 +63,13 @@
"collection": "partners-login-state",
"via": "user"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"nohp": {
"type": "biginteger"
"firstName": {
"type": "string",
"required": true
},
"address": {
"type": "text"
"lastName": {
"type": "string",
"required": true
}
}
}
Write
Preview
Loading…
取消
儲存