예제 #1
0
 public static Amplify.Web.Custom.Models.AmplifyColor GetContentBgColor(IPageSettings that) => that.Value <Amplify.Web.Custom.Models.AmplifyColor>("contentBgColor");
예제 #2
0
 public static Amplify.Web.Custom.Models.AmplifyGradient GetContentBgGradient(IPageSettings that) => that.Value <Amplify.Web.Custom.Models.AmplifyGradient>("contentBgGradient");
예제 #3
0
 public static IPublishedContent GetContentBgTexture(IPageSettings that) => that.Value <IPublishedContent>("contentBgTexture");