Ejemplo n.º 1
0
 public BlockListModel GetBlockTypesForPage(string pageType, string parentType = null)
 {
     return(_contentType.GetPageBlockTypes(pageType, parentType));
 }