feat: All Pages - include full parent paths in nav
This commit is contained in:
@@ -28,6 +28,10 @@ var entrySchema = Mongoose.Schema({
|
||||
isDirectory: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isEntry: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
}, {
|
||||
timestamps: {}
|
||||
|
Reference in New Issue
Block a user