Exemple #1
0
 public static Umbraco.Core.Models.Blocks.BlockListModel GetTabBlocks(ITabs that) => that.Value <Umbraco.Core.Models.Blocks.BlockListModel>("tabBlocks");
Exemple #2
0
 public static bool GetTabStyle(ITabs that) => that.Value <bool>("tabStyle");
Exemple #3
0
 public static string GetAlignment(ITabs that) => that.Value <string>("alignment");
Exemple #4
0
 public static string GetTabSize(ITabs that) => that.Value <string>("tabSize");