Skip to content

Commit 597314b

Browse files
KaasKop97nul800sebastiaan
authored andcommitted
Add DefaultValue attribute to 'UnattendedTelemetryLevel'
1 parent c3112dd commit 597314b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Core/Configuration/Models/UnattendedSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ public class UnattendedSettings
6464
/// <summary>
6565
/// Gets or sets a telemetry level to use for Unattended Installs
6666
/// </summary>
67+
[DefaultValue(StaticTelemetryLevel)]
6768
public TelemetryLevel UnattendedTelemetryLevel { get; set; } = StaticTelemetryLevel;
6869
}

0 commit comments

Comments
 (0)