You are here

block.block.socialbase_account_menu.yml in Open Social 8.3

modules/social_features/social_core/config/optional/block.block.socialbase_account_menu.yml

File

modules/social_features/social_core/config/optional/block.block.socialbase_account_menu.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - system.menu.account
  6. module:
  7. - system
  8. - user
  9. theme:
  10. - socialbase
  11. id: socialbase_account_menu
  12. theme: socialbase
  13. region: header
  14. weight: 1
  15. provider: null
  16. plugin: 'system_menu_block:account'
  17. settings:
  18. id: 'system_menu_block:account'
  19. label: 'User account menu'
  20. provider: system
  21. label_display: '0'
  22. level: 1
  23. depth: 1
  24. visibility:
  25. user_role:
  26. id: user_role
  27. roles:
  28. anonymous: anonymous
  29. negate: false
  30. context_mapping:
  31. user: '@user.current_user_context:current_user'