splitted to account.profile settings group

This commit is contained in:
srgooglo 2022-03-15 03:14:13 +01:00
parent b48c48a0c4
commit 36d28e7b06
2 changed files with 16 additions and 4 deletions

View File

@ -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",

View File

@ -18,5 +18,9 @@
"account.basicInfo": {
"title": "Basic Information",
"icon": "Info"
},
"account.profile": {
"title": "Profile",
"icon": "Book"
}
}