In the user account, I created 2 screens group_default
Y store_default
But if I add the following code in the template of my store, it does not work.
{{drupal_entity (& # 39; user & # 39 ;, store.uid.target_id, & # 39; store_default & # 39;)}}
I want to show group_default
on the page of my group
I added the following code in the template of my group and it works.
{{drupal_entity (& # 39; user & # 39 ;, group.uid.target_id, & # 39; group_default & # 39;)}}
I would like to do the same on the pages of my stores with the screen store_default