Improve ComponentBuilder
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public record ComponentContentConfiguration
|
||||
{
|
||||
public string ContentRoot { get; set; } = "Local";
|
||||
// public string ContentRoot { get; set; } = "Local";
|
||||
|
||||
public string JsonFileName { get; set; } = "Settings.json";
|
||||
public string JsonFileName { get; set; } = "Settings2.json";
|
||||
}
|
||||
Reference in New Issue
Block a user