Infolist inside modal #9586
-
Hi all, Is there a way to have an infolist inside a modal? do I have to make a specific view for that? There is a form option and form disabled but I'd like to have an infolist. I don't find information in the doc about that. Thank you in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you explain more about your question please? |
Beta Was this translation helpful? Give feedback.
-
Assuming you are asking about adding an infolist to an Action, you can simply use Actions\Action::make('my-action')->label('My Action')->infolist([
TextEntry::make('name'),
TextEntry::make('description')
]) |
Beta Was this translation helpful? Give feedback.
Assuming you are asking about adding an infolist to an Action, you can simply use
infolist
as follows: