Moved populator methods to corresponding classes

This commit is contained in:
2024-10-06 11:26:54 +02:00
parent 6a110d5b8b
commit dd67bba07d
5 changed files with 113 additions and 106 deletions

View File

@@ -12,6 +12,7 @@ public sealed class AdminPageProperty {
public bool Sortable { get; set; } = true;
public bool Editable { get; set; } = true;
public bool EditDisplayValue { get; set; } = true;
public bool Generated { get; set; }
public bool Bold { get; set; }
public bool Ignore { get; set; }
[JsonIgnore]