Skip to content

Commit de3ca37

Browse files
authored
docs: correct info on allowTelemetry (#6931)
* docs: correct info on allowTelemetry * docs: update legacy option
1 parent cfbda12 commit de3ca37

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Before Umbraco 14, the manifest was declared in a `package.manifest` file instea
2020
"id": "My.Nuget.Package",
2121
"name": "Sir Trevor",
2222
"version": "1.0.0-beta",
23-
"allowPackageTelemetry": true,
2423
"extensions": [
2524
{
2625
"type": "propertyEditorUi",
@@ -48,7 +47,7 @@ The `umbraco-package` accept these fields:
4847
"id": "",
4948
"name": "",
5049
"version": "",
51-
"allowPackageTelemetry": true,
50+
"allowTelemetry": true,
5251
"allowPublicAccess": false,
5352
"importmap": {
5453
"imports": {
@@ -74,11 +73,13 @@ Allows you to specify a friendly name for your package that will be used for tel
7473

7574
The version of your package, if this is not specified there will be no version-specific information for your package. This is used for telemetry and to help users understand what version of your package they are using. It is also used for package migrations. The version should follow the [Semantic Versioning](https://semver.org/) format.
7675

77-
### Allow Package Telemetry
76+
### Allow Telemetry
7877

7978
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.
8079

81-
Default is `false`.
80+
The default is `true`.
81+
82+
Also known as: `allowPackageTelemetry`
8283

8384
### Allow Public Access
8485

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Before Umbraco 14, a package was declared in a `package.manifest` file instead o
2020
"id": "My.Nuget.Package",
2121
"name": "Sir Trevor",
2222
"version": "1.0.0-beta",
23-
"allowPackageTelemetry": true,
2423
"extensions": [
2524
{
2625
"type": "propertyEditorUi",
@@ -48,7 +47,7 @@ The `umbraco-package` accepts these fields:
4847
"id": "",
4948
"name": "",
5049
"version": "",
51-
"allowPackageTelemetry": true,
50+
"allowTelemetry": true,
5251
"allowPublicAccess": false,
5352
"importmap": {
5453
"imports": {
@@ -74,11 +73,13 @@ Allows you to specify a friendly name for your package that will be used for tel
7473

7574
The version of your package, if this is not specified there will be no version-specific information for your package. This is used for telemetry and to help users understand what version of your package they are using. It is also used for package migrations. The version should follow the [Semantic Versioning](https://semver.org/) format.
7675

77-
### Allow Package Telemetry
76+
### Allow Telemetry
7877

7978
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.
8079

81-
The default is `false`.
80+
The default is `true`.
81+
82+
Also known as: `allowPackageTelemetry`
8283

8384
### Allow Public Access
8485

0 commit comments

Comments
 (0)