Made content directory configurable.
This commit is contained in:
8
Props/Options/ContentOptions.cs
Normal file
8
Props/Options/ContentOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class ContentOptions
|
||||
{
|
||||
public const string Content = "Content";
|
||||
public string Dir { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user