F
Filament4mo ago
Adel

Builder - disable delete action on some items (default items)

I’m trying to disable the delete action for the default items defined using ->default([...]) in the builder. I’ve reviewed the code in builder.blade.php but couldn’t find a way to achieve this.
1 Reply
awcodes
awcodes4mo ago
Not sure exactly what you are trying to do, but default only applies to the create context.

Did you find this page helpful?