© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
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
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
How do I make the Builder Block open by default?
F
Filament / ❓┊help
15mo ago
Builder Field and default block
F
Filament / ❓┊help
10mo ago
filterCollapsible open by default
F
Filament / ❓┊help
2y ago
Big Builder Block - Page Builder
F
Filament / ❓┊help
6mo ago