include theme resources on server page load, add IUpgradeable interface to provide site-based versioning support
This commit is contained in:
@ -2,6 +2,7 @@ namespace Oqtane.Shared
|
||||
{
|
||||
public enum ResourceLevel
|
||||
{
|
||||
App,
|
||||
Page,
|
||||
Module
|
||||
}
|
||||
|
@ -78,6 +78,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string RenderMode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Keeps track of site configuration changes and is used by the IUpgradeable interface
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
|
||||
#region IAuditable Properties
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
Reference in New Issue
Block a user