© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Jérôme

Builder: block open by default?

Hello,

I'm using a simple Builder in my filament admin app.
My builder contains 2 blocks : Paragraph or Image, each having multiple inputs.

I would like, on creation, to have a block image already opened.
Is is possible? I don't find how in the doc

Thx 🙂
Solution
Try
->default([
    [ ‘type’ => ‘image’, ‘content’ => []],
])
->default([
    [ ‘type’ => ‘image’, ‘content’ => []],
])

Content might be ‘data’ though. Trying to go from memory. And this will only work in the create context.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How do I make the Builder Block open by default?
FilamentFFilament / ❓┊help
15mo ago
Builder Field and default block
FilamentFFilament / ❓┊help
10mo ago
filterCollapsible open by default
FilamentFFilament / ❓┊help
2y ago
Big Builder Block - Page Builder
FilamentFFilament / ❓┊help
6mo ago