tour.tour.umami-front.yml

Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/config/install/tour.tour.umami-front.yml
core/profiles/demo_umami/config/install/tour.tour.umami-front.yml

File

core/profiles/demo_umami/config/install/tour.tour.umami-front.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - demo_umami
  6. id: umami-front
  7. label: 'Front page'
  8. module: demo_umami
  9. routes:
  10. -
  11. route_name: view.frontpage.page_1
  12. tips:
  13. welcome:
  14. id: welcome
  15. plugin: text
  16. label: 'Welcome to the Umami Drupal demo'
  17. weight: 1
  18. body: 'Drupal is a powerful open source content management system and this demo, based on a fictional food magazine called Umami, will introduce you to some of Drupal''s concepts and features.'
  19. out-of-the-box:
  20. id: out-of-the-box
  21. plugin: text
  22. label: 'Drupal''s core capabilities'
  23. weight: 2
  24. body: 'Drupal provides many of the features you need to start building powerful websites right out-of-the-box. The features presented in this demo are based entirely on Drupal 8''s core functionality.'
  25. navigation:
  26. id: navigation
  27. plugin: text
  28. label: Navigation
  29. weight: 3
  30. position: right
  31. selector: .menu-main__link.is-active
  32. body: 'This is the main navigation menu for the Umami website. It is simple to create and administer menus and you can create as many menus as your site requires. For example, this site provides this main navigation as well as the user navigation displayed above.'
  33. umami-theme:
  34. id: umami-theme
  35. plugin: text
  36. label: 'The Umami theme'
  37. weight: 4
  38. position: left
  39. selector: '.block-type-banner-block .summary'
  40. body: 'This website uses the custom Umami theme to style its appearance. This theme has been created using CSS and by customizing Drupal''s HTML templates that are built using the popular Twig templating system. Themes are also available for download and installation.'
  41. managing-content:
  42. id: managing-content
  43. plugin: text
  44. label: 'Managing content'
  45. weight: 5
  46. position: left
  47. selector: '.view-promoted-items--single .read-more__link'
  48. body: 'This example website provides a collection of articles and recipes that demonstrate how content can easily be managed in a flexible and structured way.'
  49. umami-front-views:
  50. id: umami-front-content
  51. plugin: text
  52. label: 'Configuring content display'
  53. weight: 6
  54. position: right
  55. selector: '.view-promoted-items--double .node:nth-child(1)'
  56. body: 'Display modes can be configured to provide different presentations of content. These promoted articles and recipes use the display modes feature to format the images with different ratios.'
  57. umami-views:
  58. id: umami-views
  59. plugin: text
  60. label: 'Displaying content with Views'
  61. weight: 7
  62. position: left
  63. selector: '.view-frontpage .node:nth-child(1)'
  64. body: 'Drupal makes it simple to create lists of filtered content and control how the content is displayed using the Views feature. This latest recipes example uses a view to fetch the most recent four recipes, displays the view as a block that is positioned on the front page with the block system.'
  65. front-bookend:
  66. id: front-bookend
  67. plugin: text
  68. label: 'Continue exploring Drupal'
  69. weight: 8
  70. body: 'The front page tour is now over. Feel free to click around and continue exploring Drupal.'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.