You are here

scheduler.links.task.yml in Scheduler 8

Same filename and directory in other branches
  1. 2.x scheduler.links.task.yml

File

scheduler.links.task.yml
View source
  1. scheduler.settings_tab:
  2. route_name: scheduler.admin_form
  3. title: Settings
  4. weight: 5
  5. base_route: scheduler.admin_form
  6. scheduler.cron_tab:
  7. route_name: scheduler.cron_form
  8. title: Lightweight cron
  9. weight: 10
  10. base_route: scheduler.admin_form
  11. content_moderation.content:
  12. # Use content_moderation.content which is the same key as is used in the core
  13. # Content Moderation module. If that modules is enabled this avoids two
  14. # 'Overview' links. If https://www.drupal.org/project/drupal/issues/3199682
  15. # gets committed then this route could be removed from here.
  16. title: 'Overview'
  17. route_name: system.admin_content
  18. parent_id: system.admin_content
  19. scheduler.scheduled_content:
  20. title: 'Scheduled content'
  21. route_name: view.scheduler_scheduled_content.overview
  22. parent_id: system.admin_content
  23. # Overview seems to have weight 0 and moderated content is weight 1.
  24. weight: 5