Skip to content

Commit 8fd0c0f

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

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
@@ -31,7 +31,7 @@ These fields are all required and have the following meaning:
3131

3232
* `type` — The type defines the purpose of the extension. Umbraco has many [extension types](../extension-types) available.
3333
* `alias` — Unique identifier for this manifest. Prefix it with something that makes your extension unique. For example: _FictiveCompany.MyProject.Dashboard.Overview_.
34-
* `name`This is a representational name of this manifest; It does not need to be unique, but this can be beneficial when debugging extensions. This name also shows up in the Extensions Insights in the backoffice of Umbraco. For example: _My Fictive Company Overview Dashboard_.
34+
* `name`Representational name of this manifest. This name does not need to be unique, but this can be beneficial when debugging extensions. This name also shows up in the Extensions Insights in the backoffice of Umbraco. For example: _My Fictive Company Overview Dashboard_.
3535

3636
### Additional Manifest properties
3737
Most extension types support the use of the following generic features for their Manifest:

0 commit comments

Comments
 (0)