added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated

This commit is contained in:
sbwalker
2023-12-04 16:35:03 -05:00
parent 08f691ee0d
commit 2e4656ae8b
6 changed files with 79 additions and 25 deletions

View File

@ -78,6 +78,11 @@ namespace Oqtane.Models
/// </summary>
public string RenderMode { get; set; }
/// <summary>
/// Indicates if a site can be integrated with an external .NET MAUI hybrid application
/// </summary>
public bool HybridEnabled { get; set; }
/// <summary>
/// Keeps track of site configuration changes and is used by the ISiteMigration interface
/// </summary>