mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: property name typos
This commit is contained in:
parent
25a63cdb2e
commit
c16eb14a7c
@ -18,11 +18,11 @@ public class SellerProfilePageSettingsModel
|
||||
public int PortfolioColumns { get; set; }
|
||||
public bool PortfolioMasonry { get; set; }
|
||||
public string PortfolioBackgroundColor { get; set; }
|
||||
public string PortfolionHeaderImageUrl { get; set; }
|
||||
public bool PortfolionHeaderUseImage { get; set; }
|
||||
public string PortfolioHeaderImageUrl { get; set; }
|
||||
public bool PortfolioHeaderUseImage { get; set; }
|
||||
public int PortfolionHeaderSize { get; set; }
|
||||
public string PortfolionHeaderColor { get; set; }
|
||||
public string PortfolionHeaderText { get; set; }
|
||||
public string PortfolioHeaderColor { get; set; }
|
||||
public string PortfolioHeaderText { get; set; }
|
||||
public int DescriptionTextSize { get; set; }
|
||||
public string DescriptionTextColor { get; set; }
|
||||
public string DescriptionBackgroundColor { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user