- 🇬🇧United Kingdom natts London
I was able to trigger it using
hook_preprocess_ds_entity_view
:function mytheme_preprocess_ds_entity_view(&$variables) { $variables['node'] = $variables['content']['#node']; $variables['view_mode'] = $variables['content']['#view_mode']; mytheme_preprocess_node($variables); }