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
1 change: 1 addition & 0 deletions 16/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ redirects:
reference/configuration/runtimeminificationsettings: reference/configuration/README.md
reference/routing/umbraco-api-controllers/authorization: reference/routing/umbraco-api-controllers/README.md
reference/routing/umbraco-api-controllers/routing: reference/routing/umbraco-api-controllers/README.md
reference/notifications/sendingallowedchildrennotifications: reference/content-type-filters.md
extending/property-editors/package-manifest: customizing/umbraco-package.md
fundamentals/backoffice/infinite-editing: fundamentals/backoffice/sidebar.md
extending/backoffice-tours: extending/build-on-umbraco-functionality.md
Expand Down
1 change: 0 additions & 1 deletion 16/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@
* [Determining if an entity is new](reference/notifications/determining-new-entity.md)
* [MediaService Notifications Example](reference/notifications/mediaservice-notifications.md)
* [MemberService Notifications Example](reference/notifications/memberservice-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)
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
Expand Down
7 changes: 3 additions & 4 deletions 16/umbraco-cms/reference/content-type-filters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
description: Describes how to use Content Type Filters to restrict the allowed content options available to editors.
---
{% hint style="info" %}
The use cases supported here are similar to those where the `SendingAllowedChildrenNotification` would be used in Umbraco 13 or earlier.
{% endhint %}

# Filtering Allowed Content Types

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

This is possible using Content Type Filters.

{% hint style="info" %}
The use cases supported here are similar to those where the `SendingAllowedChildrenNotification` would be used in Umbraco 13 or earlier.
{% endhint %}

## Implementing a Content Type Filter

To create a Content Type Filter you use a class that implements the `IContentTypeFilter` interface (found in the `Umbraco.Cms.Core.Services.Filters` namespace).
Expand Down
1 change: 0 additions & 1 deletion 16/umbraco-cms/reference/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,4 @@ Below you can find some articles with some examples using Notifications.
* [Hot vs. cold restarts](hot-vs-cold-restarts.md)
* [MediaService Notifications](mediaservice-notifications.md)
* [MemberService Notifications](memberservice-notifications.md)
* [Sending Allowed Children Notification](sendingallowedchildrennotifications.md)
* [Umbraco Application Lifetime Notifications](umbracoapplicationlifetime-notifications.md)

This file was deleted.