Skip to content

Commit 15215e1

Browse files
committed
remove usage of the word Manifest
1 parent 7d5329d commit 15215e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

15/umbraco-cms/customizing/umbraco-package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: An extension begins with a Umbraco Package
44

55
# Umbraco Package
66

7-
A Package is declared via an Umbraco Package. This describes the Package and declares one or more UI Extensions. The Manifest is a JSON file that is stored in the `App_Plugins/{YourPackageName}` folder. The file is named `umbraco-package.json`.
7+
A Package is declared via an Umbraco Package. This describes the Package and declares one or more UI Extensions. The Package declaration is a JSON file that is stored in the `App_Plugins/{YourPackageName}` folder. The file is named `umbraco-package.json`.
88

9-
## Sample Manifest
9+
## Sample
1010

11-
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.
11+
Here is a sample manifest. It should be 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.
1212

1313
{% hint style="info" %}
1414
Before Umbraco 14, the manifest was declared in a `package.manifest` file instead of `umbraco-package.json`. The old format is no longer supported, but you can migrate the contents to the new format.

0 commit comments

Comments
 (0)