F
Filament16mo ago
Akcan

Markdown Editor visual problem in builder blocks.

Hi, I've just updated my Filament forms to V3 but cant figure it out why this behavior happen. Markdown editör in Builder > Block > Markdown Editor.
Group::make()
->schema([

Builder::make('sidebar_widgets')
->label('Sidebar Widgets')
->hint('Left side')
->blocks([

Block::make('paragraph')
->schema([
MarkdownEditor::make('content')
->label('Paragraph')
->required(),
]),

]),

])
Group::make()
->schema([

Builder::make('sidebar_widgets')
->label('Sidebar Widgets')
->hint('Left side')
->blocks([

Block::make('paragraph')
->schema([
MarkdownEditor::make('content')
->label('Paragraph')
->required(),
]),

]),

])
Thanks for your interest.
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server