Skip to content

Commit 6bcd917

Browse files
Update 16/umbraco-cms/customizing/extending-overview/extension-registry/replace-exclude-or-unregister.md
Co-authored-by: Richard Jackson <[email protected]>
1 parent 1b1ca4d commit 6bcd917

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
@@ -11,7 +11,7 @@ Besides adding extensions to Umbraco, sometimes you want to change what is alrea
1111

1212
## Replace
1313
You can have an extension that replaces another extension.
14-
You can do this by defining the `overwrites` property in your [Extension Manifest](extension-manifest.md) with one Extension Alias or an array of Extension Aliases that need to be replaced.
14+
You can do this by defining the `overwrites` property in your [Extension Manifest](extension-manifest.md) with one Extension Alias. For multiple `overwrites` you can provide the Extension Aliases that need to be replaced as an array.
1515

1616

1717

0 commit comments

Comments
 (0)