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

@@ -9,7 +9,6 @@ using Umbraco.Extensions;
namespace Umbraco.Cms.Core.PropertyEditors
{
// TODO: insert these notification handlers in core composition
public abstract class ComplexPropertyEditorContentNotificationHandler :
INotificationHandler<SavingNotification<IContent>>,
INotificationHandler<CopyingNotification<IContent>>