tour.tour.umami-front.yml
Same filename in other branches
File
-
core/
profiles/ demo_umami/ config/ install/ tour.tour.umami-front.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - demo_umami
- id: umami-front
- label: 'Front page'
- module: demo_umami
- routes:
- -
- route_name: view.frontpage.page_1
- tips:
- welcome:
- id: welcome
- plugin: text
- label: 'Welcome to the Umami Drupal demo'
- weight: 1
- 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.'
- out-of-the-box:
- id: out-of-the-box
- plugin: text
- label: 'Drupal''s core capabilities'
- weight: 2
- 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.'
- navigation:
- id: navigation
- plugin: text
- label: Navigation
- weight: 3
- position: right
- selector: .menu-main__link.is-active
- 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.'
- umami-theme:
- id: umami-theme
- plugin: text
- label: 'The Umami theme'
- weight: 4
- position: left
- selector: '.block-type-banner-block .summary'
- 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.'
- managing-content:
- id: managing-content
- plugin: text
- label: 'Managing content'
- weight: 5
- position: left
- selector: '.view-promoted-items--single .read-more__link'
- 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.'
- umami-front-views:
- id: umami-front-content
- plugin: text
- label: 'Configuring content display'
- weight: 6
- position: right
- selector: '.view-promoted-items--double .node:nth-child(1)'
- 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.'
- umami-views:
- id: umami-views
- plugin: text
- label: 'Displaying content with Views'
- weight: 7
- position: left
- selector: '.view-frontpage .node:nth-child(1)'
- 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.'
- front-bookend:
- id: front-bookend
- plugin: text
- label: 'Continue exploring Drupal'
- weight: 8
- 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.