8 lines
201 B
C#
8 lines
201 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ComponentContentConfiguration
|
|
{
|
|
public string ContentRoot { get; set; } = "Local";
|
|
|
|
public string JsonFileName { get; set; } = "Settings.json";
|
|
} |