Skip to content

Commit 0148e1c

Browse files
Luuk1983mikecp
andauthored
Update 16/umbraco-cms/customizing/extending-overview/extension-registry/replace-exclude-or-unregister.md
Co-authored-by: Michael Latouche <michael@crossingpaths.be>
1 parent c7953e0 commit 0148e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-registry/replace-exclude-or-unregister.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If your extension has conditions, the overwritten extensions will only be hidden
4646

4747

4848
## Exclude
49-
When you exclude an extension, the extension will never be displayed. This allows you to permanently hide, for example, a menu or a button. This does not unregister the extensions, but rather flags them as excluded. This also means that no one else can register an extension with the same alias as the excluded extension.
49+
When you exclude an extension, the extension will never be displayed. This allows you to permanently hide, for example, a menu or a button. This does not unregister the extension, but rather flags it as excluded. This also means that no one else can register an extension with the same alias as the excluded extension.
5050

5151

5252
{% hint style="warning" %}

0 commit comments

Comments
 (0)