Add meta description property to Story model.
This commit is contained in:
@ -14,6 +14,11 @@ var storySchema = new mongoose.Schema({
|
|||||||
type: String,
|
type: String,
|
||||||
unique: false
|
unique: false
|
||||||
},
|
},
|
||||||
|
metaDescription: {
|
||||||
|
type: String,
|
||||||
|
default: '',
|
||||||
|
unique: false
|
||||||
|
},
|
||||||
description: {
|
description: {
|
||||||
type: String,
|
type: String,
|
||||||
unique: false
|
unique: false
|
||||||
|
Reference in New Issue
Block a user