Or should I say, add one
Override LogoUrl here. For more advanced cases, you can replace template's components/views.
How can i add a logo using the default theme because i did override the logourl and it is not showing up
Oh, yes Basic theme does not support it yet, sorry.
Themes/Basic/Components/Brand/Default.cshtml path).Thank you 馃檹馃徏 very helpful Halil =)
Just to remark that you must correctly type the namespace of the webproject otherwise it wont map it correctly.
options.FileSets.Add(
new EmbeddedFileSet(
typeof(ManagerWebModule).Assembly,"NAMESPACE.HERE.WEB"
)
);
Most helpful comment
Oh, yes Basic theme does not support it yet, sorry.
Themes/Basic/Components/Brand/Default.cshtmlpath).