- gestione dell'editor delle pagine (non funzionante!)

This commit is contained in:
Surya Paolo
2025-09-08 20:42:42 +02:00
parent 03c2bcb78e
commit d00e086646
2 changed files with 139 additions and 119 deletions

View File

@@ -140,9 +140,6 @@ const MyPageSchema = new Schema({
showFooter: {
type: Boolean,
},
mainMenu: {
type: Boolean,
},
sottoMenu: [{
type: String
}],
@@ -221,7 +218,6 @@ MyPageSchema.statics.findOnlyStruttRec = async function (idapp) {
iconsize: 1,
extraclass: 1,
loadFirst: 1,
mainMenu: 1,
sottoMenu: 1,
}).lean();