blast_ui.links.task.yml 584 B

123456789101112131415161718192021
  1. # Tabs/task items below point to routes defined in
  2. # @see blast_ui.routing.yml.
  3. # Order is as they appear in the configuration page (weight).
  4. # General Configuration Tab.
  5. # Routes to configuration page of this module.
  6. # /extension/tripal_blast.
  7. tripal_ui.tab1:
  8. title: 'Tripal BLAST: User Interface'
  9. route_name: blast_ui.config
  10. base_route: blast_ui.config
  11. weight: 0
  12. # Tripal BLAST Help Tab.
  13. # Routes to help page of this module.
  14. # /extension/tripal_blast/help
  15. tripal_ui.tab2:
  16. title: 'Tripal BLAST: Help'
  17. route_name: blast_ui.help
  18. base_route: blast_ui.config
  19. weight: 1