revert change
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Umbraco.Web.PropertyEditors.ValueConverters
|
||||
var configuration = propertyType.DataType.ConfigurationAs<NestedContentConfiguration>();
|
||||
var contentTypes = configuration.ContentTypes;
|
||||
var elements = contentTypes.Length == 1
|
||||
? PublishedModelFactory.CreateModelList(contentTypes[0].Key)
|
||||
? PublishedModelFactory.CreateModelList(contentTypes[0].Alias)
|
||||
: new List<IPublishedElement>();
|
||||
|
||||
var value = (string)inter;
|
||||
|
||||
Reference in New Issue
Block a user