Wire up notification handlers in a composer
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user