Skip to content

Save

Submits the current form and updates the current resource form view.

route

type: string

Define the save route where to send the current form. If you leave that parameter, the form will send to the default action of the form. If the passed resource has already an id, that id will also passed as parameter to the generate url.

yaml
actions:
    save:
        type: save
        route: my_save_route