- migliorie grafiche

This commit is contained in:
Surya Paolo
2023-12-30 23:58:35 +01:00
parent b6204c7612
commit 6313476d54
2 changed files with 12 additions and 4 deletions

View File

@@ -144,6 +144,8 @@ const SiteSchema = new Schema({
showViewUsers: { type: Boolean, default: false },
showViewBooking: { type: Boolean, default: false },
showViewProfile: { type: Boolean, default: false },
showViewCart: { type: Boolean, default: false },
showViewOrders: { type: Boolean, default: false },
enablePwa: { type: Boolean, default: false },
lang: {
type: Number,