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

@@ -6,7 +6,6 @@ public interface IAdminPropertyGenerator {
IAdminPropertyGenerator Editable(bool editable);
IAdminPropertyGenerator DisplayValueWhileEditing(bool display);
IAdminPropertyGenerator DisplayInListing(bool display = true);
IAdminPropertyGenerator Bold(bool isBold = true);
IAdminPropertyGenerator Ignore(bool ignore = true);
IAdminPropertyGenerator Generated(bool generated = true);