diff --git a/src/Umbraco.Infrastructure/TypeForwards.cs b/src/Umbraco.Infrastructure/TypeForwards.cs new file mode 100644 index 0000000000..98c5cd7688 --- /dev/null +++ b/src/Umbraco.Infrastructure/TypeForwards.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly:TypeForwardedTo(typeof(Umbraco.Cms.Core.PropertyEditors.ConfigurationEditor<>))]