diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 1e09166..e07c974 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,6 +1,7 @@ Drupal 8.0, xxxx-xx-xx (development version) ---------------------- +- Added tour module. Provides highly contextual tips for UI elements. - Improved entity system. * Added support for saving and deleting entities through the controller. * Entities are now classed objects, implementing EntityInterface. diff --git a/core/modules/views/views_ui/config/tour.tour.views-ui-en.yml b/core/modules/views/views_ui/config/tour.tour.views-ui-en.yml index 0e80903..77f66f3 100644 --- a/core/modules/views/views_ui/config/tour.tour.views-ui-en.yml +++ b/core/modules/views/views_ui/config/tour.tour.views-ui-en.yml @@ -48,7 +48,7 @@ tips: id: views-ui-format-en plugin: text label: Output format - body: Use this section to manage the format of the output results. You can choose different ways in which the matching results are output. E.g. Choose Content to output each item completely, using your configured display settings. Other options include Fields which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional module to extend Drupal's base functionality. + body: Use this section to manage the format of the output results. You can choose different ways in which the matching results are output. E.g. Choose Content to output each item completely, using your configured display settings. Other options include Fields which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to extend Drupal's base functionality. weight: "4" attributes: data-class: views-ui-display-tab-bucket.format