Create Actions

Hello friends! is there any way that i can hide two of these buttons and remaining with only create?
2 Replies
LeandroFerreira
in the create page:
//create + cancel
protected static bool $canCreateAnother = false;
//create + cancel
protected static bool $canCreateAnother = false;
or
protected function getFormActions(): array
{
return [$this->getCreateFormAction()];
}
protected function getFormActions(): array
{
return [$this->getCreateFormAction()];
}
Lambertn33
Lambertn33OP2y ago
thank you @Leandro Ferreira
Want results from more Discord servers?
Add your server