Ali Hassan
Ali Hassan
FFilament
Created by Ali Hassan on 1/21/2025 in #❓┊help
How to adjust customize image in rich text editor.
ok thanks alot for taking your time to answer. i'll try it. let you know if i need any more guidance.
5 replies
FFilament
Created by Ali Hassan on 1/21/2025 in #❓┊help
How to adjust customize image in rich text editor.
@Leandro Ferreira try to do this Forms\Components\RichEditor::make('description') ->required() ->columnSpanFull() ->toolbarButtons([ 'bold', 'italic', 'underline', 'strike', 'link', 'heading', 'blockquote', 'bulletList', 'orderedList', 'codeBlock', 'image', ]) ->fileAttachmentsDisk('public')
->fileAttachmentsDirectory('news-events/content') ->extraInputAttributes([ 'style' => ' img { display: block !important; margin-left: auto !important; margin-right: auto !important; } ', ]), but it didn't work out
5 replies