state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
11
OpenArchival.Blazor.Config/ApplicationOptions.cs
Normal file
11
OpenArchival.Blazor.Config/ApplicationOptions.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace OpenArchival.Blazor.Config;
|
||||
|
||||
public class ApplicationOptions
|
||||
{
|
||||
public const string Key = "ApplicationOptions";
|
||||
public string NavBarTitle { get; set; } = "";
|
||||
|
||||
public string HomepageContentLocation { get; set; } = "";
|
||||
|
||||
public string AboutPageContentLocation { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user