biz-slide-core 1.2.69 → 1.2.70
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ var systemSchema = new mongoose_1.Schema({
|
|
19
19
|
var SlideLayoutSchema = new mongoose_1.Schema({
|
20
20
|
published: { type: Boolean, default: false },
|
21
21
|
name: { type: String, default: "", required: true },
|
22
|
+
displayName: { type: String, default: "" },
|
22
23
|
alias: { type: [String], default: [], _id: false },
|
23
24
|
templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
|
24
25
|
deletedAt: { type: Date, default: null },
|