This would be a workaround to custom views. ng-admin provides each entity with 5 views (corresponding to 5 functionalities). I might need some other functionality not available, and I can't reuse one of the 5 views cause I am already using all of them.
I would like to have the ability to create several views of the same type. For example, have something like:
firstentity.creationView().title(/contente here/).fields([/content/]); secondentity.creationView().title(/contente here/).fields([/content/]);
This would be a workaround to custom views. ng-admin provides each entity with 5 views (corresponding to 5 functionalities). I might need some other functionality not available, and I can't reuse one of the 5 views cause I am already using all of them.