We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3112dd commit 597314bCopy full SHA for 597314b
src/Umbraco.Core/Configuration/Models/UnattendedSettings.cs
@@ -64,5 +64,6 @@ public class UnattendedSettings
64
/// <summary>
65
/// Gets or sets a telemetry level to use for Unattended Installs
66
/// </summary>
67
+ [DefaultValue(StaticTelemetryLevel)]
68
public TelemetryLevel UnattendedTelemetryLevel { get; set; } = StaticTelemetryLevel;
69
}
0 commit comments