added HybridEnabled field to Site table to indicate if .NET MAUI hybrid applications can be integrated
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user