feat: Handle BackgroundSize in SlidesController Edit
This commit is contained in:
@@ -70,6 +70,7 @@ public class SlidesController : Controller
|
||||
existing.CustomCss = slide.CustomCss;
|
||||
existing.BackgroundColor = slide.BackgroundColor;
|
||||
existing.BackgroundImage = slide.BackgroundImage;
|
||||
existing.BackgroundSize = slide.BackgroundSize;
|
||||
existing.UpdatedAt = DateTime.UtcNow;
|
||||
|
||||
await _db.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user