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