Enhance Settings API for public Site Settings. Added Settings to Site model by default. Added new parameters to Login and UserProfile components. Enhanced Oqtane Theme settings to use new component parameters. Enhanced image download and resizing logic.
This commit is contained in:
@ -32,6 +32,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public string SettingValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if this setting is publicly available - only applicable to Site Settings as other entities have more granular permissions
|
||||
/// </summary>
|
||||
public bool IsPublic { get; set; }
|
||||
|
||||
#region IAuditable Properties
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
Reference in New Issue
Block a user