You are here

block.block.socialbase_local_tasks.yml in Open Social 8.9

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

File

modules/social_features/social_core/config/optional/block.block.socialbase_local_tasks.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - system
  6. - user
  7. theme:
  8. - socialbase
  9. id: socialbase_local_tasks
  10. theme: socialbase
  11. region: secondary_navigation
  12. weight: -6
  13. provider: null
  14. plugin: local_tasks_block
  15. settings:
  16. id: local_tasks_block
  17. label: Tabs
  18. provider: core
  19. label_display: '0'
  20. primary: true
  21. secondary: true
  22. visibility:
  23. user_role:
  24. id: user_role
  25. roles:
  26. anonymous: anonymous
  27. authenticated: authenticated
  28. negate: false
  29. context_mapping:
  30. user: '@user.current_user_context:current_user'
  31. request_path:
  32. id: request_path
  33. pages: "/post/*/edit\r\n/post/*/delete\r\n/user/*/edit\r\n/user/*/profile\r\n/group/*/edit"
  34. negate: true
  35. context_mapping: { }