It builds!
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
|
||||
public string UmbracoPath { get; set; } = "~/umbraco";
|
||||
|
||||
// TODO: Umbraco cannot be hard coded here that is what UmbracoPath is for
|
||||
// so this should not be a normal get set it has to have dynamic ability to return the correct
|
||||
// path given UmbracoPath if this hasn't been explicitly set.
|
||||
public string IconsPath { get; set; } = $"~/umbraco/assets/icons";
|
||||
|
||||
public string UmbracoCssPath { get; set; } = "~/css";
|
||||
|
||||
Reference in New Issue
Block a user