Skip to content

Commit 433532f

Browse files
authored
Update umbraco-package.md
1 parent 82e81a7 commit 433532f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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 Package declaration 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 JSON file. 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

99
## Sample
1010

@@ -41,7 +41,7 @@ Before Umbraco 14, a package was declared in a `package.manifest` file instead o
4141

4242
## Root fields
4343

44-
The `umbraco-package` accept these fields:
44+
The `umbraco-package` accepts these fields:
4545

4646
```json
4747
{
@@ -78,13 +78,13 @@ The version of your package, if this is not specified there will be no version-s
7878

7979
With this field, you can control the telemetry of this package, this will provide Umbraco with the knowledge of how many installations use this package.
8080

81-
Default is `false`.
81+
The default is `false`.
8282

8383
### Allow Public Access
8484

8585
This field is used to allow public access to the package. If set to `true`, the package will be available for anonymous usage, for example on the login screen. If set to `false`, the package will only be available to logged-in users.
8686

87-
Default is `false`.
87+
The default is `false`.
8888

8989
### Importmap
9090

0 commit comments

Comments
 (0)