aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/Model/PostMeta.cs
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/src/Model/PostMeta.cs')
-rw-r--r--back-end/src/Model/PostMeta.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/back-end/src/Model/PostMeta.cs b/back-end/src/Model/PostMeta.cs
index 2bb963e..ce92c7e 100644
--- a/back-end/src/Model/PostMeta.cs
+++ b/back-end/src/Model/PostMeta.cs
@@ -43,6 +43,9 @@ namespace Content.Publishing.Blog.Admin.Model
[JsonPropertyName("summary")]
public string? Summary { get; set; }
+ [JsonPropertyName("html_description")]
+ public string? HtmlDescription { get; set; }
+
[JsonPropertyName("tags")]
public string[]? Tags { get; set; }