tour.tour.umami-front.yml

Same filename in other branches
  1. 9 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. - route_name: view.frontpage.page_1
  11. tips:
  12. welcome:
  13. id: welcome
  14. plugin: text
  15. label: Welcome to the Umami Drupal demo
  16. 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.
  17. weight: 1
  18. out-of-the-box:
  19. id: out-of-the-box
  20. plugin: text
  21. label: Drupal's core capabilities
  22. 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.
  23. weight: 2
  24. navigation:
  25. id: navigation
  26. plugin: text
  27. label: Navigation
  28. 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.
  29. weight: 3
  30. location: left
  31. attributes:
  32. data-class: menu-main__link.is-active
  33. umami-theme:
  34. id: umami-theme
  35. plugin: text
  36. label: The Umami theme
  37. 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.
  38. weight: 4
  39. location: right
  40. attributes:
  41. data-class: block-type-banner-block .summary
  42. managing-content:
  43. id: managing-content
  44. plugin: text
  45. label: Managing content
  46. 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.
  47. weight: 5
  48. location: right
  49. attributes:
  50. data-class: view-promoted-items--single .read-more__link
  51. umami-front-views:
  52. id: umami-front-content
  53. plugin: text
  54. label: Configuring content display
  55. 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.
  56. weight: 6
  57. location: left
  58. attributes:
  59. data-class: view-promoted-items--double .node:nth-child(1)
  60. umami-views:
  61. id: umami-views
  62. plugin: text
  63. label: Displaying content with Views
  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. weight: 7
  66. location: right
  67. attributes:
  68. data-class: view-frontpage .node:nth-child(1)
  69. front-bookend:
  70. id: front-bookend
  71. plugin: text
  72. label: Continue exploring Drupal
  73. body: The front page tour is now over. Feel free to click around and continue exploring Drupal.
  74. weight: 8

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