mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
splitted to account.profile
settings group
This commit is contained in:
parent
b48c48a0c4
commit
36d28e7b06
@ -85,16 +85,24 @@ export default [
|
||||
"debounced": true,
|
||||
},
|
||||
{
|
||||
"id": "Avatar",
|
||||
"group": "account.basicInfo",
|
||||
"id": "avatar",
|
||||
"group": "account.profile",
|
||||
"type": "ImageUpload",
|
||||
"icon": "Image",
|
||||
"title": "Avatar",
|
||||
"description": "Change your avatar",
|
||||
},
|
||||
{
|
||||
"id": "cover",
|
||||
"group": "account.profile",
|
||||
"type": "ImageUpload",
|
||||
"icon": "Image",
|
||||
"title": "Cover",
|
||||
"description": "Change your cover",
|
||||
},
|
||||
{
|
||||
"id": "primaryBadge",
|
||||
"group": "account.basicInfo",
|
||||
"group": "account.profile",
|
||||
"type": "Select",
|
||||
"icon": "Tag",
|
||||
"title": "Primary badge",
|
||||
@ -102,7 +110,7 @@ export default [
|
||||
},
|
||||
{
|
||||
"id": "description",
|
||||
"group": "account.basicInfo",
|
||||
"group": "account.profile",
|
||||
"type": "TextArea",
|
||||
"icon": "Edit3",
|
||||
"title": "Description",
|
||||
|
@ -18,5 +18,9 @@
|
||||
"account.basicInfo": {
|
||||
"title": "Basic Information",
|
||||
"icon": "Info"
|
||||
},
|
||||
"account.profile": {
|
||||
"title": "Profile",
|
||||
"icon": "Book"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user