Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions 15/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@
* [UserService Notifications Example](reference/notifications/userservice-notifications.md)
* [Sending Allowed Children Notification](reference/notifications/sendingallowedchildrennotifications.md)
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
* [Customizing the "Links" box](reference/notifications/editormodel-notifications/customizing-the-links-box.md)
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
* [Inversion of Control / Dependency injection](reference/using-ioc.md)
* [Management](reference/management/README.md)
Expand Down
8 changes: 0 additions & 8 deletions 15/umbraco-cms/reference/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n

Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.

### Editor Model Notifications

See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.

{% hint style="info" %}
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
{% endhint %}

## Creating and publishing your own custom notifications

Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
8 changes: 0 additions & 8 deletions 16/umbraco-cms/reference/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n

Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.

### Editor Model Notifications

See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.

{% hint style="info" %}
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
{% endhint %}

## Creating and publishing your own custom notifications

Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.
Expand Down
1 change: 0 additions & 1 deletion 17/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ redirects:
customizing/foundation/working-with-data/repositories: customizing/foundation/repositories.md
customizing/foundation/working-with-data/states: customizing/foundation/states.md
customizing/foundation/working-with-data/store: customizing/foundation/README.md
reference/notifications/editormodel-notifications/customizing-the-links-box: reference/notifications/editormodel-notifications/README.md
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md
tutorials/creating-a-custom-dashboard: tutorials/creating-a-custom-dashboard/README.md
extending/property-editors/declaring-your-property-editor: tutorials/creating-a-property-editor/README.md
Expand Down
1 change: 0 additions & 1 deletion 17/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@
* [MediaService Notifications Example](reference/notifications/mediaservice-notifications.md)
* [MemberService Notifications Example](reference/notifications/memberservice-notifications.md)
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
* [Inversion of Control / Dependency injection](reference/using-ioc.md)
* [Management](reference/management/README.md)
Expand Down
8 changes: 0 additions & 8 deletions 17/umbraco-cms/reference/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@ Below you can find a list of the most common UmbracoApplicationLifetime object n

Learn more about these under [Tree Change Notifications](https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Notifications.TreeChangeNotification-1.html) in the CMS API Docs.

### Editor Model Notifications

See [EditorModel Notifications](editormodel-notifications/) for a list of the EditorModel events.

{% hint style="info" %}
Useful for manipulating the model before it is sent to an editor in the backoffice. It could be used to set a default value of a property on a new document.
{% endhint %}

## Creating and publishing your own custom notifications

Umbraco uses notifications to allow people to hook into different workflow processes. This notification pattern is extensible, allowing you to create and publish custom notifications, and other people to observe and hook into your custom processes. This approach can be useful when creating Umbraco packages. For more information on how you create and publish your own notifications, see the [creating and publishing notifications](creating-and-publishing-notifications.md) article.
Expand Down
Loading