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