Started creating generated admin page

This commit is contained in:
2024-10-06 12:48:05 +02:00
parent dd67bba07d
commit 6a781990e4
6 changed files with 140 additions and 15 deletions

View File

@@ -13,7 +13,6 @@ public sealed class AdminPageProperty {
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]
public Type Type { get; set; }