Revert copy-paste property editors, will move to a diff branch

This commit is contained in:
Shannon
2019-10-02 10:41:00 +02:00
parent 1512800639
commit aed32afd0f
12 changed files with 10 additions and 105 deletions

View File

@@ -39,7 +39,6 @@ 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;