Show breadcrumbs on mobile

Breadcrumbs are disabled on mobile by default, but if you want to show them anyway, you can apply the following MJS API code

window.findifyApiRegistry = [{
  hook: '*.results',
  mapProps: function(){
    return { showBreadcrumbs: true }
  }
}];