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