in version 4 how to set the "create" modal size to medium?
i can set the edit modal size
EditAction::make()->iconButton()->modalWidth(Width::Medium),
but i remove the create form getPages to use it as a modal .. but can not find how to set it's size like in EditAction
2 Replies
the List/Manage page file has a
CreateAction
Is there any way to globally disable create and create another. I just want 2 buttons globally like create and cancel. @MedoLaravel