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