RichEditor showing undefined in view page
RichEditor not showing content properly.
Forms\Components\Section::make()
->schema([
Forms\Components\RichEditor::make('growth')
->toolbarButtons([
'attachFiles',
'blockquote',
'bold',
'bulletList',
'codeBlock',
'h2',
'h3',
'italic',
'link',
'orderedList',
'redo',
'strike',
'undo',
])
->columnSpanFull(),
0 Replies