- gestione dell'editor delle pagine (non funzionante!)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user