Adds contentype alias to media and cotnent tree nodes
This commit is contained in:
@@ -80,6 +80,8 @@ namespace Umbraco.Web.Trees
|
||||
e.ContentTypeIcon,
|
||||
hasChildren);
|
||||
|
||||
node.AdditionalData.Add("contentType", e.ContentTypeAlias);
|
||||
|
||||
if (e.IsPublished == false)
|
||||
node.SetNotPublishedStyle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user