Muxabble
Error with Builder Field
Hello,
I did a fresh install of Laravel 10 with Filament 3, I created a resource page :
- Title - string
- Slug - string
- Content - JSON
I want to use the Builder component but I have 2 errors:
The first is :
Cannot use Filament\Forms\Components\Builder as Builder because the name is already in use
So I changed the name to :
use Filament\Forms\Components\Builder as PageBuilder
this solves the first error, but when I try to add a block and save the resource, I get a second error:
Array to string conversion
It does save the title and slug, but for the content it replaces them with ?
Have you come across this problem before?
Thanks !8 replies