You are here

tour.tour.training.yml in Opigno tour 8

Same filename and directory in other branches
  1. 3.x config/install/tour.tour.training.yml
config/install/tour.tour.training.yml

File

config/install/tour.tour.training.yml
View source
  1. langcode: en
  2. status: true
  3. id: training
  4. label: 'Training tour'
  5. module: opigno_tour
  6. routes:
  7. - route_name: entity.group.canonical
  8. tips:
  9. training-start-admin:
  10. id: training-start-admin
  11. plugin: text
  12. label: 'Start training'
  13. body: 'You can click here to start the training, and see it as a student.'
  14. weight: 1
  15. attributes:
  16. data-class: lp_progress_admin_continue
  17. location: bottom
  18. training-start:
  19. id: training-start
  20. plugin: text
  21. label: 'Start training'
  22. body: 'You can click here to start or resume this training.'
  23. weight: 1
  24. attributes:
  25. data-class: lp_progress_continue
  26. location: bottom
  27. training-edit-admin:
  28. id: training-edit-admin
  29. plugin: text
  30. label: 'Edit training'
  31. body: 'You can click here to manage the settings, the contents, and the users of that training.'
  32. weight: 2
  33. attributes:
  34. data-class: lp_progress_admin_edit
  35. location: bottom