You are here

tour.tour.homepage.yml in Thunder 6.2.x

modules/thunder_demo/config/install/tour.tour.homepage.yml

File

modules/thunder_demo/config/install/tour.tour.homepage.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - thunder_demo
  6. id: homepage
  7. label: Homepage
  8. module: thunder_demo
  9. routes:
  10. -
  11. route_name: entity.user.canonical
  12. route_params:
  13. user: '1'
  14. tips:
  15. homepage:
  16. id: homepage
  17. plugin: text
  18. label: 'Welcome and thank you for trying Thunder!'
  19. body: 'This tour will lead you through its most interesting features. Let''s explore the basic structure of a site first.'
  20. weight: 1
  21. main_content:
  22. id: main_content
  23. plugin: text
  24. label: 'Main content region'
  25. body: 'Meat and bones of a Thunder site. Depending on the page you are on you''ll find article content, list of articles in a channel, media assets and many more here.'
  26. weight: 2
  27. position: left
  28. selector: '#content'
  29. main_menu:
  30. id: main_menu
  31. plugin: text
  32. label: 'Main menu'
  33. body: '<p>Main site navigation. You can currently see the links to the two channels that we pre-created for you. All menus in Thunder are easy to modify so they can suit your needs.</p><p><em>Hint: try hovering the menu and look for the pencil icon.</em>'
  34. weight: 3
  35. selector: .menu--main
  36. admin_menu:
  37. id: admin_menu
  38. plugin: text
  39. label: 'Admin menu'
  40. body: '<p>It lets you do the editorial and administrative tasks. Hover over the "Content" link and see what happens. Don''t worry I''ll wait so you can take your time.</p><p>Neat, ha?</p>'
  41. weight: 4
  42. selector: .toolbar-icon-system-admin-content
  43. restart_tour:
  44. id: restart_tour
  45. plugin: text
  46. label: 'Need some more time to explore on your own?'
  47. body: 'You can stop the tour at any time and re-start it by pressing the tour button in the top-right corner.'
  48. weight: 5
  49. next_step:
  50. id: next_step
  51. plugin: text
  52. label: 'Are you ready?'
  53. body: '<p>We are! Let''s continue with <a href="/node/add/article?tour=1">the basic content creation</a>.</p>'
  54. weight: 6