Folks, I'm under the distinct impression that
{
"relatedItems": {
"mode": "browse"
}
}
is preferable user experience for the related items widget versus search mode, when browsing for a link or image within TinyMCE on a Plone 5.x site.
plone.app.widgets 1.x does this for Plone 4.x sites, and it seems more intuitive, especially for any sites with sizable content hierarchies.
Agree / disagree? Should this be customizable**? Other thoughts?
**As it stands now, I am going to monkey patch PloneSettingsAdapter.tinymce()
-- as this is the only present vehicle for customization here. :-/
Sean