edandersen / core-admin

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

How to Edit templates #98

Closed FrancXPT closed 10 months ago

FrancXPT commented 10 months ago

I want to add a button to a view to import a csv and or to add an action. is there a way to achieve this or it needs to be added to the repo.

edandersen commented 10 months ago

You can override templates by copying one of the cshtml files from the class library in this project into the same path on your host project. Cshtml files in your host project will override the ones in the package.


From: Achraf BenBamoula @.> Sent: Saturday, January 6, 2024 5:11:14 PM To: edandersen/core-admin @.> Cc: Subscribed @.***> Subject: [edandersen/core-admin] How to Edit templates (Issue #98)

I want to add a button to a view to import a csv and or to add an action. is there a way to achieve this or it needs to be added to the repo.

— Reply to this email directly, view it on GitHubhttps://github.com/edandersen/core-admin/issues/98, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEF6HEIGSINFLDPC73DTJDYNEBKFAVCNFSM6AAAAABBPMNGTCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DQNBWGU2DINY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

FrancXPT commented 10 months ago

Thank you, It would be Better to have it mentioned on the Docs for new Devs.