How to edit SlideOver

Hi can you help i want to swap the buttons in the slideOver like i would do if i have the form(show down) is this possible. I also want to edit the heading the when i click the edit.
protected function getFormActions(): array
    {
        return array_reverse(parent::getFormActions());
    } 
Solution
Find the problem for the heading this is the solution
Was this page helpful?