ajnsn
ajnsn
FFilament
Created by ins1d3r_ on 8/16/2023 in #❓┊help
Is it possible to prefill a block for a Builder component
This is the default for the whole builder 🙂
9 replies
FFilament
Created by ins1d3r_ on 8/16/2023 in #❓┊help
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
FFilament
Created by kimsoeurn on 8/16/2023 in #❓┊help
Table Builder
Hey, this is a know issue atm: https://github.com/filamentphp/filament/issues/7778 - hopefully will be fixed soon.
8 replies