Hey!
-
I would like to know whether it's possible to configure the delete modal of all delete actions of a component (delete action in table, delete bulk action in table, delete action on edit page) at once?
I need to display the same custom text in the modal in each action. -
I'd like to know whether the same is possible for the after delete lifecycle hook. I want to delete all associated records of a different model. I cannot use a Laravel Observer as the delete cascading should only occur on this resource.
Thanks for your help!