I’m running an application in production and encountered an issue after the latest update.
Currently, the object title is displayed automatically when no properties are selected.
This behavior causes problems on my homepage, since I’m using the media property to build it.
Could you confirm if there is a way to disable the title display, or make it optional?
Are you sure that’s an Object List? (it looks more like a Resource List to me)
If it’s an Object List then you should be able to remove the title column in the widget’s config. In my workshop app this removes the title and keeps the object’s media.
For greater control on display in workshop I have found that using the loop layout (that links to a workshop app that you build separately) to display as a card. In that way you can control the display much more accurately.