- DashBoard, Profile, Order Menu
This commit is contained in:
@@ -19,13 +19,20 @@ const MyPageSchema = new Schema({
|
||||
author_username: {
|
||||
type: String,
|
||||
},
|
||||
lang: {
|
||||
type: String,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
},
|
||||
path: {
|
||||
icon: {
|
||||
type: String,
|
||||
},
|
||||
icon: {
|
||||
order: {
|
||||
type: Number,
|
||||
default: 1000,
|
||||
},
|
||||
path: {
|
||||
type: String,
|
||||
},
|
||||
keywords: {
|
||||
|
||||
Reference in New Issue
Block a user