ajnsn
Is it possible to prefill a block for a Builder component
You can use
default()
- just build your desired array structure there, e.g.
->default([
[
'type' => 'text',
'data' => [
'content' => 'Hello World',
],
],
])
Note content is just an example field within the block type "text.9 replies
Table Builder
Hey, this is a know issue atm: https://github.com/filamentphp/filament/issues/7778 - hopefully will be fixed soon.
8 replies