edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
599 stars 111 forks source link

Add parsing of HostAppName for navbar-brand in CoreAdmin assembly #58

Closed aegistics closed 2 years ago

aegistics commented 2 years ago

This branch was created from one of the last dotnet5 commits (v1.8.0) as I'm still targeting the .NET 5 framework.

core-admin-for-navbar-brand parse-hostwebapp-for-navbar-brand

gaetandezeiraud commented 2 years ago

Good idea!

edandersen commented 2 years ago

This touches on customisation in general.

At the moment it can be achieved by overriding the Shared views in your own app - if you copy and paste a .chstml and put it in the same path under /Shared in your main app, that file will be loaded first. Could probably provide more flexibility that way.

edandersen commented 2 years ago

In 2.6.0 I've added support for custom titles so this isn't required. Thanks for the PR though :-)