Dears, is there a way to create a new custom template for ABP-Suite? I can customize existing templates but I would like to add some new files to Suite generation process.
For example I'm trying to create a system that is very close to EasyCRM sample and I need to "generate" also a "Details.cshtml + Details.cshtml.cs + details.js" files to show details in a brand new page to my users in a master-child form.
My users don't like the result currently generated by suite where details are exposed through an accordion.
I would like to add some custom template files like Details.cshtml / Details.cshtml.cs / details.js also to keep code in order. I know that I can inject my custom code in other templates (for example Index.cshtml*) but I think that would be a technical debt generator ;-)
Many thanks Ivan
P.S.
I'm working on a MVC project but I have the same question for Blazor server projects
1 Answer(s)
-
0
Hello,
There is no way to create new custom template for ABP-Suite till date, we will check for your suggestion. For now you can just customize existing templates.
Thanks,