You are here

block.block.socialbase_account_menu.yml in Open Social 8.7

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. expand_all_items: false
  25. visibility:
  26. user_role:
  27. id: user_role
  28. roles:
  29. anonymous: anonymous
  30. negate: false
  31. context_mapping:
  32. user: '@user.current_user_context:current_user'