Amend compoments to be keyed based
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record ComponentContentConfiguration
|
||||
{
|
||||
public string ContentRoot { get; set; } = "Local";
|
||||
|
||||
public string JsonFileName { get; set; } = "Settings.json";
|
||||
}
|
||||
Reference in New Issue
Block a user