WIP for property level copying

This commit is contained in:
Kenn Jacobsen
2019-06-20 22:07:59 +02:00
parent 23702ee4dc
commit c0f26f93b3
9 changed files with 39 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ namespace Umbraco.Web.Models.Mapping
dest.Description = originalProp.PropertyType.Description;
dest.Label = originalProp.PropertyType.Name;
dest.HideLabel = valEditor.HideLabel;
dest.CanCopy = valEditor.CanCopy;
//add the validation information
dest.Validation.Mandatory = originalProp.PropertyType.Mandatory;