How do I make the Builder Block open by default?
I want to make the Builder Block open by default without clicking the add button here; how do I do that?
3 Replies
I'm trying to use
->default()
but the problem is that the default method cannot read state change as I need to make it dynamic.$set() and set the value empty if you are building it dynamically
Exactly what I did, I use $set and put an empty array following the JSON structure. Thanks man