barve, shranjevanje

This commit is contained in:
David Štaleker
2024-02-28 20:04:20 +01:00
parent dc24cb22a6
commit 26a78d5188
11 changed files with 1239 additions and 79 deletions

View File

@@ -25,10 +25,13 @@ namespace ZpcBulletinBoard.Models.Editor
public int Height { get; set; }
[Required]
public string Title { get; set; }
public string Content { get; set; }
[Required]
public string Content { get; set; }
public int Zindex { get; set; }
[Required]
public string ColorClass { get; set; }
// ForeignKey
public BulletinBoardPage BulletinBoardPage { get; set; }