You are here

lingotek.links.task.yml in Lingotek Translation 8

File

lingotek.links.task.yml
View source
  1. # put in all of our local tasks here
  2. lingotek.dashboard:
  3. route_name: lingotek.dashboard
  4. base_route: lingotek.dashboard
  5. title: 'Dashboard'
  6. weight: -10
  7. lingotek.settings:
  8. route_name: lingotek.settings
  9. base_route: lingotek.dashboard
  10. title: 'Settings'
  11. weight: -5
  12. lingotek.manage:
  13. route_name: lingotek.manage
  14. base_route: lingotek.dashboard
  15. title: 'Content'
  16. weight: -9
  17. lingotek.manage_config:
  18. route_name: lingotek.manage_config
  19. base_route: lingotek.dashboard
  20. title: 'Config'
  21. weight: -8
  22. lingotek.import:
  23. deriver: 'Drupal\lingotek\Plugin\Derivative\DynamicLocalTasks'
  24. weight: -4
  25. lingotek.manage.content:
  26. deriver: 'Drupal\lingotek\Plugin\Derivative\ContentTranslationLocalTasks'
  27. weight: 100