- DashBoard, Profile, Order Menu

This commit is contained in:
Paolo Arena
2019-12-31 00:44:53 +01:00
parent c39a14bb9e
commit 892eccb4fc
12 changed files with 150 additions and 22 deletions

View File

@@ -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: {