I have a details-page (opens as a modal) for items in a table.
The details include either an image or video, but I want to hide the empty field. It makes no sense (and frankly a very bad UX) to show the video field if there is no video, and no sense to show the empty/broken image if there is no image.
I don’t think there is the functionality to hide empty fields. I remember this being an issue for my previous use-case.
One solution might be to have two (or more) differently configured blocks on the same page with logic to show hide each depending on the field(s) being empty/not empty. If the field is empty (no video or image) then the block to display would not have a video or image field, and so on.
Thanks, I also think this needs to be a feature request.
@softr
I’m not sure if its possible to have two blocks when this is a details-page for a table?