Convertion of assigndomain2.aspx to angular (#2897)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
b1be86c9d6
commit
a33ccd15c6
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Umbraco.Web.Models.ContentEditing
|
||||
{
|
||||
public class ContentDomainsAndCulture
|
||||
{
|
||||
public IEnumerable<DomainDisplay> Domains { get; set; }
|
||||
|
||||
public string Language { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user