Skip to content

Commit 88b0de5

Browse files
committed
improve text
1 parent b6af5b2 commit 88b0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/extending-overview/extension-registry/extension-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The extension registry is the center piece of the Backoffice UI.
88
It holds information about most of the Backoffice UI, as most are extensions. This includes the built-in UI.
99
The registry can be manipulated at any time, meaning you can add or remove extensions at runtime.
1010

11-
To provide new UI to the backoffice, you must register them via an extension manifest. This has to be initiated via an Umbraco Package JSON file on the server. This will be your starting point, which enables you to register one or more extensions.
11+
To provide new UI to the backoffice, you must register them via an Extension Manifest. This can be initiated via an Umbraco Package JSON file on the server. This will be your starting point.
1212

1313
Declaring a new extension is done by declaring an [extension manifest](./extension-manifest.md). This can be done in one of two ways:
1414

0 commit comments

Comments
 (0)