Found a good solution for editor, Ace

This commit is contained in:
2020-04-24 00:18:16 +02:00
parent 821d9a8ef8
commit 2c483c83ca
25 changed files with 214 additions and 10616 deletions

View File

@@ -11,7 +11,7 @@ namespace Seenginx.Models
public bool HasDraft => !string.IsNullOrEmpty(DraftName);
public string DraftName { get; set; }
public string OriginalBody { get; set; }
public string ChangedBody { get; set; }
public string DraftBody { get; set; }
public DateTime LastUpdated { get; set; }
public string[] Owners { get; set; }
public string Permissions { get; set; }