© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
TranceCode

display or show image in infolist usin richeditor and view

Hey guys, i have a form with Richeditor like this:

 Forms\Components\RichEditor::make('diet')
    ->label(__('Dieta de alimentos'))
    ->required(),
 Forms\Components\RichEditor::make('aggregates')
    ->label(__('Agregados de la dieta'))
    ->required(),
 Forms\Components\RichEditor::make('diet')
    ->label(__('Dieta de alimentos'))
    ->required(),
 Forms\Components\RichEditor::make('aggregates')
    ->label(__('Agregados de la dieta'))
    ->required(),


in my inforlist view i have this code:

->schema([
TextEntry::make('diet')
           ->html()
           ->label('Descripción de las comidas'),
TextEntry::make('aggregates')
           ->markdown()
           ->label('Detalles y agregados'),
])->columns(2),
->schema([
TextEntry::make('diet')
           ->html()
           ->label('Descripción de las comidas'),
TextEntry::make('aggregates')
           ->markdown()
           ->label('Detalles y agregados'),
])->columns(2),


i try with ->markdown() and ->html() but the image is only text with a href
image.png
image.png
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Show Image in InfoList
FilamentFFilament / ❓┊help
3y ago
Image not show in view and edit form
FilamentFFilament / ❓┊help
2y ago
display RichEditor
FilamentFFilament / ❓┊help
2y ago
How to show image gallery in infolist
FilamentFFilament / ❓┊help
10mo ago