How to delete the upper bar from dashboard widgets

I am working with dashboard component in perspective and I am wondering if there is any posibility to do not show the upper bar that appears in the widget when it is placed on the dashboard grid.

That bar make sense when the dashboard is on edit mode because it is where the cross icon and pencil icon are shown. But whenever the dashboard is out if the edit mode, does not make any sense since is not used for anything, making the dashboard interface a bit more “dirty“. So I would like the widget to be shown as it is designed in the view.

Thanks :slight_smile:

For new widgets:
availableWidgets.x.header.enabled : false

For widgets already on the dashboard:
widgets.x.header.enabled : false

Thank you for the quick reply!