ContentEditor possibility to upload image in html post

This commit is contained in:
Dominic Villemure
2024-10-12 18:14:02 -04:00
parent a7835670c6
commit deae0f75ba
11 changed files with 566 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ public class GetContentsByCreatorHandler(
Title = c.Title,
Description = c.Description,
Urls = c.Urls,
HtmlFileUrl = c.HtmlFileUrl ?? "",
Reactions = c.Reactions.Select(x => new ReactionModel
{
Reaction = x.Reaction.FromEnum(),