This commit is contained in:
Surya Paolo
2024-01-07 16:03:39 +01:00
parent d7ae8baec4
commit fb16a1729e
2 changed files with 6 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ const SiteSchema = new Schema({
showMsgs: { type: Boolean, default: false },
showNotif: { type: Boolean, default: false },
showCoins: { type: Boolean, default: false },
showRIS: { type: Boolean, default: false },
showMenuCoins: { type: Boolean, default: false },
showNameSurname: { type: Boolean, default: false },
showCompetenze: { type: Boolean, default: false },