Anyway to disableCreateAnother in general?

Instead of disable createAnother in every CreatePage, is there a way to do it in general i.e. service provider?
3 Replies
Dennis Koch
Dennis Koch13mo ago
Extend the page and use you class as a base class. But yes, it's more work than using a service provider
MohamedSabil83
MohamedSabil8313mo ago
Thanks for confirming that's there isn't something in the core to do that in general. The extend way is what I'm doing now. Hope doing something for that even in V3
Dennis Koch
Dennis Koch13mo ago
For a lot of stuff we have configureUsing() but not for Pages