Skip to content

Commit 38be4e9

Browse files
Luuk1983mikecp
andauthored
Update 16/umbraco-cms/customizing/extending-overview/extension-registry/register-extensions.md
Co-authored-by: Michael Latouche <michael@crossingpaths.be>
1 parent a72fa7c commit 38be4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-registry/register-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This is an example of a full `umbraco-package.json` that registers two localizat
8888

8989
## Advanced Registration
9090
### The Bundle Approach
91-
Instead of registering each manifest in the `umbraco-package.json`, you can have multiple manifests and build them into a bundle. You then register this bundle in a single `bundle` extension. In larger projects with a lot of extensions, this allows you to keep your umbraco-package.json file leaner. Read more in the [bundle approach](../extension-types/bundle.md).
91+
Instead of registering each manifest in the `umbraco-package.json`, you can have multiple manifests and build them into a bundle. You then register this bundle in a single `bundle` extension. In larger projects with a lot of extensions, this allows you to keep your `umbraco-package.json` file cleaner. Read more in the [bundle approach](../extension-types/bundle.md).
9292

9393
### The Entry Point Approach
9494
The Entry Point is an extension that executes a method on startup. You can use this for different tasks, such as performing initial configuration and registering other Extension Manifests. Read more in [the entry point approach](../extension-types/backoffice-entry-point.md).

0 commit comments

Comments
 (0)