Merge remote-tracking branch 'origin/v12/dev' into v13/dev
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Core.Configuration.Models;
|
||||
public class UnattendedSettings
|
||||
{
|
||||
private const bool StaticInstallUnattended = false;
|
||||
private const bool StaticUpgradeUnattended = true;
|
||||
private const bool StaticUpgradeUnattended = false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether unattended installs are enabled.
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
"ContentVersionCleanupPolicy": {
|
||||
"EnableCleanup": true
|
||||
}
|
||||
},
|
||||
"Unattended": {
|
||||
"UpgradeUnattended": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user