adds the constant back

This commit is contained in:
Shannon
2019-08-09 12:06:55 +10:00
parent 22eef489e0
commit 277d5968a6
2 changed files with 6 additions and 1 deletions
@@ -36,6 +36,11 @@ namespace Umbraco.Core
/// </summary>
public static class Aliases
{
/// <summary>
/// Block Editor.
/// </summary>
public const string BlockEditor = "Umbraco.BlockEditor";
/// <summary>
/// CheckBox List.
/// </summary>
@@ -60,7 +60,7 @@
<security>
<!-- set to true to auto update login interval (and there by disabling the lock screen -->
<keepUserLoggedIn>false</keepUserLoggedIn>
<keepUserLoggedIn>true</keepUserLoggedIn>
<!-- by default this is true and if not specified in config will be true. set to false to always show a separate username field in the back office user editor -->
<usernameIsEmail>true</usernameIsEmail>
<!-- change in 4.8: Disabled users are now showed dimmed and last in the tree. If you prefer not to display them set this to true -->