This commit is contained in:
Stephan
2017-09-23 10:08:18 +02:00
parent c1e2625de0
commit 5ba2ffcbf3
224 changed files with 709 additions and 709 deletions

View File

@@ -19,14 +19,14 @@ namespace Umbraco.Web.Models.ContentEditing
StartContentIds = new List<EntityBasic>();
StartMediaIds = new List<EntityBasic>();
}
/// <summary>
/// Gets the available cultures (i.e. to populate a drop down)
/// The key is the culture stored in the database, the value is the Name
/// </summary>
[DataMember(Name = "availableCultures")]
public IDictionary<string, string> AvailableCultures { get; set; }
[DataMember(Name = "startContentIds")]
public IEnumerable<EntityBasic> StartContentIds { get; set; }
@@ -75,4 +75,4 @@ namespace Umbraco.Web.Models.ContentEditing
public DateTime UpdateDate { get; set; }
}
}
}