barve, shranjevanje
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user