Modal footer actions alignment
Hi there,
I am looking through the docs, but cant seem to figure it out. Is it possible to align action modal footer buttons to the right, instead of the left?
I know that I can do it in other parts by using
But I am not sure how to acomplist it in the modal action?
I am looking through the docs, but cant seem to figure it out. Is it possible to align action modal footer buttons to the right, instead of the left?
I know that I can do it in other parts by using
public function getFormActionsAlignment(): string|Alignment
{
return Alignment::End;
}But I am not sure how to acomplist it in the modal action?
