Skip to content

Commit 4c570a5

Browse files
Luuk PetersLuuk Peters
authored andcommitted
Remove Sending Allowed Children Notification and update references to Content Type Filters
1 parent 0b21ce0 commit 4c570a5

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

16/umbraco-cms/.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ redirects:
113113
reference/configuration/runtimeminificationsettings: reference/configuration/README.md
114114
reference/routing/umbraco-api-controllers/authorization: reference/routing/umbraco-api-controllers/README.md
115115
reference/routing/umbraco-api-controllers/routing: reference/routing/umbraco-api-controllers/README.md
116+
reference/notifications/sendingallowedchildrennotifications: reference/content-type-filters.md
116117
extending/property-editors/package-manifest: customizing/umbraco-package.md
117118
fundamentals/backoffice/infinite-editing: fundamentals/backoffice/sidebar.md
118119
extending/backoffice-tours: extending/build-on-umbraco-functionality.md

16/umbraco-cms/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@
369369
* [Determining if an entity is new](reference/notifications/determining-new-entity.md)
370370
* [MediaService Notifications Example](reference/notifications/mediaservice-notifications.md)
371371
* [MemberService Notifications Example](reference/notifications/memberservice-notifications.md)
372-
* [Sending Allowed Children Notification](reference/notifications/sendingallowedchildrennotifications.md)
373372
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
374373
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
375374
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)

16/umbraco-cms/reference/content-type-filters.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
description: Describes how to use Content Type Filters to restrict the allowed content options available to editors.
33
---
4+
{% hint style="info" %}
5+
The use cases supported here are similar to those where the `SendingAllowedChildrenNotification` would be used in Umbraco 13 or earlier.
6+
{% endhint %}
47

58
# Filtering Allowed Content Types
69

@@ -10,10 +13,6 @@ Implementors and package creators can add additional logic to determine which op
1013

1114
This is possible using Content Type Filters.
1215

13-
{% hint style="info" %}
14-
The use cases supported here are similar to those where the `SendingAllowedChildrenNotification` would be used in Umbraco 13 or earlier.
15-
{% endhint %}
16-
1716
## Implementing a Content Type Filter
1817

1918
To create a Content Type Filter you use a class that implements the `IContentTypeFilter` interface (found in the `Umbraco.Cms.Core.Services.Filters` namespace).

16/umbraco-cms/reference/notifications/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,4 @@ Below you can find some articles with some examples using Notifications.
285285
* [Hot vs. cold restarts](hot-vs-cold-restarts.md)
286286
* [MediaService Notifications](mediaservice-notifications.md)
287287
* [MemberService Notifications](memberservice-notifications.md)
288-
* [Sending Allowed Children Notification](sendingallowedchildrennotifications.md)
289288
* [Umbraco Application Lifetime Notifications](umbracoapplicationlifetime-notifications.md)

16/umbraco-cms/reference/notifications/sendingallowedchildrennotifications.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)