Skip to content

Commit a9f2cdb

Browse files
Luuk PetersLuuk Peters
authored andcommitted
Refine descriptions in README and extension-manifest documentation for clarity
1 parent 6bcd917 commit a9f2cdb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: >-
3-
Almost any UI in the Backoffice is an extension. All managed by the Extension
4-
Registry on the Client at Runtime. Giving you enormous flexibility.
3+
Almost any UI in the Backoffice is an extension managed by the Extension Registry.
54
---
65

76
# Extension Registry
@@ -14,7 +13,7 @@ You can see which extensions are registered in the backoffice by going to Settin
1413
All extensions are registered in the extension registry. The registry can be manipulated at any time, meaning you can add or remove extensions at runtime. You as a developer have the same possibilities as an Umbraco HQ developer, which means what HQ can do, you can do. This also means that you can change almost everything that is by default present in Umbraco.
1514

1615
## [Introduction to a Extension Manifest](extension-manifest.md)
17-
An Extension Manifest is a declaration on what you want to register in the Umbraco backoffice. This articles handles the layout and requirements of an Extension Manifest.
16+
An Extension Manifest is a declaration of what you want to register in the Umbraco backoffice. This articles handles the layout and requirements of an Extension Manifest.
1817

1918
## [Register an extension](extension-registry.md)
2019
This article handles how to register an extension using an umbraco-package.json file.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description: Learn about the different methods for declaring an Extension Manife
66
This page explains what an Extension Manifest for a Umbraco backoffice extension is. It outlines the manifest structure, required fields, and optional features used across types.
77

88
## What is an Extension Manifest?
9-
This page explains what an Extension Manifest for Umbraco backoffice extensions is. It outlines the manifest structure, required fields, and optional features used across types.
109
Umbraco reads the extension manifest to register the extension in the Extension Registry.
1110
Each extension is of a certain type and this determines the required fields of the manifest and its available capabilities.
1211
An Extension Manifest declares a single backoffice extension along with its configuration.

0 commit comments

Comments
 (0)