Getting server side integration working from ported over Belle POC including temporary custom property editors.
Many files committed will be temporary and will be removed once development between the Belle UI project and this project are merged and working.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
Id = p.Id,
|
||||
Description = p.PropertyType.Description,
|
||||
Label = p.PropertyType.Name,
|
||||
Config = _applicationContext.Services.DataTypeService.GetPreValueAsString(p.PropertyType.DataTypeDefinitionId),
|
||||
Config = _applicationContext.Services.DataTypeService.GetPreValuesByDataTypeId(p.PropertyType.DataTypeDefinitionId),
|
||||
Value = p.Value.ToString(),
|
||||
View = editor.ValueEditor.View
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user