Block actions globally
Hey guys!
Is there a way to globally block deleting, editing and creating new records?
It would be for an open-source CMS that I'm developing, this would allow me to open the panel for everyone to see - as Filament demo.
Thank you 😁
1 Reply
You could try whether
DeleteAction::configureUsing()
would work for that