Remove default Buttons:

how to remove these buttons from create or edit view because i want ti use the headeraction button.
No description
1 Reply
johncarter
johncarter16mo ago
protected function getFormActions(): array
{
return [];
}
protected function getFormActions(): array
{
return [];
}
In the Resources/YourModelResource/CreateYourModel.php class I think that does it.

Did you find this page helpful?