ActorRolesPanelComponent added, other fixes
This commit is contained in:
@@ -5,5 +5,6 @@ public class ConfigurationData
|
||||
public Logging Logging { get; set; }
|
||||
public string AllowedHosts { get; set; }
|
||||
public StorageKeys StorageKeys { get; set; }
|
||||
public Style Style { get; set; }
|
||||
public Endpoints Endpoints { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace WatchIt.Website.Services.Utility.Configuration.Model;
|
||||
|
||||
public class Style
|
||||
{
|
||||
public int DefaultPanelPadding { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user