Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14/umbraco-cms/extending-backoffice/package-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JSON file format is used to describe one or more custom Umbraco extensions such

## Sample Manifest

This is a sample manifest. It is always stored in a folder in `App_Plugins/{YourPackageName}`, with the name `umbraco-package.json`. In this example, the package name is `SirTrevor` and is a text box property data type.
This is a sample manifest. It is always stored in a folder in `App_Plugins/{YourPackageName}`, with the name `umbraco-package.json`. In this example, the package name is `SirTrevor` and is a text box property Data Type.

{% hint style="info" %}
Before Umbraco 14, the manifest was declared in a `package.manifest` file instead of `umbraco-package.json.`
Expand Down