|
|
@ -53,12 +53,12 @@ namespace Squidex.Domain.Apps.Entities.MongoDb.Contents |
|
|
[BsonRepresentation(BsonType.String)] |
|
|
[BsonRepresentation(BsonType.String)] |
|
|
public Status Status { get; set; } |
|
|
public Status Status { get; set; } |
|
|
|
|
|
|
|
|
[BsonIgnoreIfDefault] |
|
|
[BsonIgnoreIfNull] |
|
|
[BsonElement("do")] |
|
|
[BsonElement("do")] |
|
|
[BsonJson] |
|
|
[BsonJson] |
|
|
public IdContentData DataByIds { get; set; } |
|
|
public IdContentData DataByIds { get; set; } |
|
|
|
|
|
|
|
|
[BsonIgnoreIfDefault] |
|
|
[BsonIgnoreIfNull] |
|
|
[BsonElement("dd")] |
|
|
[BsonElement("dd")] |
|
|
[BsonJson] |
|
|
[BsonJson] |
|
|
public IdContentData DataDraftByIds { get; set; } |
|
|
public IdContentData DataDraftByIds { get; set; } |
|
|
|