Wire up notification handlers in a composer

This commit is contained in:
Kenn Jacobsen
2021-03-03 09:02:29 +01:00
parent b3ab0c15e3
commit f8db15dcc7
10 changed files with 54 additions and 14 deletions

View File

@@ -8,7 +8,6 @@ namespace Umbraco.Cms.Core.PropertyEditors
/// <summary>
/// A handler for NestedContent used to bind to notifications
/// </summary>
// TODO: insert these notification handlers in core composition
public class NestedContentPropertyHandler : ComplexPropertyEditorContentNotificationHandler
{
protected override string EditorAlias => Constants.PropertyEditors.Aliases.NestedContent;