Replies: 1 comment
-
Currently, deletable is set on builder component for all or none blocks. Not individual, and that is core filament thing, not package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have below Block:
Is it possible to make MyBlock non deletable? Something like:
Currently above solution throws:
Method 'deletable' not found in \Filament\Forms\Components\Builder\Block
Is it possible to make a single specific block undeletable while others can still be deleted?
Beta Was this translation helpful? Give feedback.
All reactions