You are here

tour.tour.homepage.yml in Thunder 8.5

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: view.frontpage.page_1
  12. tips:
  13. homepage:
  14. id: homepage
  15. plugin: text
  16. label: 'Welcome and thank you for trying Thunder!'
  17. body: 'This tour will lead you through its most interesting features. Let''s explore the basic structure of a site first.'
  18. weight: 1
  19. main_content:
  20. id: main_content
  21. plugin: text
  22. label: 'Main content region'
  23. 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 asstes and many more here.'
  24. weight: 2
  25. attributes:
  26. data-id: content
  27. data-options: 'tipLocation: left'
  28. main_menu:
  29. id: main_menu
  30. plugin: text
  31. label: 'Main menu'
  32. 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>'
  33. weight: 3
  34. attributes:
  35. data-class: 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. attributes:
  43. data-class: toolbar-icon-system-admin-content
  44. restart_tour:
  45. id: restart_tour
  46. plugin: text
  47. label: 'Need some more time to explore on your own?'
  48. body: 'You can stop the tour at any time and re-start it by pressing this button.'
  49. weight: 5
  50. attributes:
  51. data-id: toolbar-tab-tour
  52. data-options: 'nubPosition: top-right'
  53. next_step:
  54. id: next_step
  55. plugin: text
  56. label: 'Are you ready?'
  57. body: '<p>We are! Let''s continue with <a href="/node/add/article?tour=1">the basic content creation</a>.</p>'
  58. weight: 6