ContentEditor possibility to upload image in html post
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user