- inizio di modifiche all'editor di Pagine Web
This commit is contained in:
@@ -257,6 +257,8 @@ const MyElemSchema = new Schema({
|
||||
date_updated: {
|
||||
type: Date,
|
||||
},
|
||||
|
||||
children: { type: Array, default: undefined },
|
||||
});
|
||||
|
||||
MyElemSchema.pre('save', async function (next) {
|
||||
|
||||
Reference in New Issue
Block a user