Hi, it looks like the attachments widget now used by the editor widget will show thumbnails if the displayType property is set to 'preview'. Any guidance on how to best set this in a 4.x widget for Experience Builder? Perhaps using Editor::supportingWidgetDefaults?
Appreciate the help!

if (this.myRef.current) {
const newEditor = new Editor({
view: jmv.view,
container: this.myRef.current
});

