You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/content-type-filters.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
---
2
2
description: Describes how to use Content Type Filters to restrict the allowed content options available to editors.
3
3
---
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 %}
4
7
5
8
# Filtering Allowed Content Types
6
9
@@ -10,10 +13,6 @@ Implementors and package creators can add additional logic to determine which op
10
13
11
14
This is possible using Content Type Filters.
12
15
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
-
17
16
## Implementing a Content Type Filter
18
17
19
18
To create a Content Type Filter you use a class that implements the `IContentTypeFilter` interface (found in the `Umbraco.Cms.Core.Services.Filters` namespace).
0 commit comments