New dialogs for asking about Preview mode

This commit is contained in:
Niels Lyngsø
2020-10-08 16:36:25 +02:00
parent f380c221a5
commit dc072293f9
6 changed files with 240 additions and 40 deletions

View File

@@ -17,6 +17,10 @@
/// The preview cookie name
/// </summary>
public const string PreviewCookieName = "UMB_PREVIEW";
/// <summary>
/// Client-side cookie that determins wether the user has accepted to be in Preview Mode when visiting the website.
/// </summary>
public const string AcceptPreviewCookieName = "UMB-WEBSITE-PREVIEW-ACCEPT";
public const string InstallerCookieName = "umb_installId";
}