Skip to content

Commit b62c89a

Browse files
Update 16/umbraco-cms/customizing/extending-overview/extension-registry/extension-manifest.md
Co-authored-by: Richard Jackson <[email protected]>
1 parent c747a99 commit b62c89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An Extension Manifest declares a single backoffice extension along with its conf
1414
## Extension Manifest Format
1515
Some extensions need extra assets, such as a JavaScript file with a Web Component.
1616

17-
The abilities of the extensions rely on the specific extension type. The Type sets the scene for what the extension can do and what it needs to be utilized. Some extension types can be made purely via the manifest, like a section or menu item. Other types require files, like a JavaScript file containing a Web Component, like a custom property editor.
17+
The abilities of the extensions rely on the specific extension type. The type sets the scene for what the extension can do and what it needs to be utilized. Some extension types can be made purely via the manifest, like a section or menu item. Other types require files, like a JavaScript file containing a Web Component, like a custom property editor.
1818
An Extension Manifest has a strict format where some properties are required and some depend on the Extension Type. An Extension Manifest can be written as a JavaScript or JSON object. You can learn more about this when [registering an extension](extension-registry).
1919
### Required Manifest properties
2020
A minimal Extension Manifest looks like this:

0 commit comments

Comments
 (0)