It builds!

This commit is contained in:
Shannon
2020-10-23 14:18:53 +11:00
parent 1400a02798
commit 64d8b56eca
80 changed files with 601 additions and 2356 deletions

View File

@@ -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";