tour.tour.views-ui.yml

drupal/core/modules/views_ui/config/tour.tour.views-ui.yml

File

drupal/core/modules/views_ui/config/tour.tour.views-ui.yml
View source
  1. id: views-ui
  2. module: views_ui
  3. label: Views ui
  4. langcode: en
  5. paths:
  6. - admin/structure/views/view/*/edit
  7. tips:
  8. views-ui-active-display:
  9. id: views-ui-active-display
  10. plugin: text
  11. label: Active display
  12. body: This is the active display in the view. When there are multiple displays, one link for each display is shown and you can switch displays simply by clicking on the display link.
  13. weight: "2"
  14. attributes:
  15. data-class: views-display-top li.active
  16. views-ui-displays:
  17. id: views-ui-displays
  18. plugin: text
  19. label: Displays in this view
  20. body: A view can consist of multiple displays. A display is a way of outputting the results E.g. as a page or in a block. The available displays in your view are show here.
  21. weight: "1"
  22. attributes:
  23. data-id: views-display-top
  24. views-ui-fields:
  25. id: views-ui-fields
  26. plugin: text
  27. label: Fields
  28. body: This section shows the fields output for each result. Depending on the format selected for the view, you may not see anything listed here. If the format of your view uses fields, you can click on each field displayed to configure it.
  29. weight: "5"
  30. attributes:
  31. data-class: views-ui-display-tab-bucket.fields
  32. views-ui-filter:
  33. id: views-ui-filter
  34. plugin: text
  35. label: Filter your view
  36. body: This section displays the filters you have active in your view. A filter is used to limit the results available in the output. E.g. to only show content that was <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.
  37. weight: "6"
  38. attributes:
  39. data-class: views-ui-display-tab-bucket.filter-criteria
  40. views-ui-filter-operations:
  41. id: views-ui-filter-operations
  42. plugin: text
  43. label: Filter actions
  44. body: Use this drop-button to add and re-arrange filters
  45. weight: "7"
  46. attributes:
  47. data-class: views-ui-display-tab-bucket.filter-criteria .dropbutton-widget
  48. views-ui-format:
  49. id: views-ui-format
  50. plugin: text
  51. label: Output format
  52. 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 <em>Content</em> to output each item completely, using your configured display settings. Other options include <em>Fields</em> which allows you to output only specific fields on each matching result. Additional formats can be added by installing additional modules to <em>extend</em> Drupal's base functionality.
  53. weight: "4"
  54. attributes:
  55. data-class: views-ui-display-tab-bucket.format
  56. views-ui-preview:
  57. id: views-ui-preview
  58. plugin: text
  59. label: Preview
  60. body: Use this button to show a preview of the view output
  61. weight: "10"
  62. attributes:
  63. data-id: preview-submit
  64. views-ui-sorts:
  65. id: views-ui-sorts
  66. plugin: text
  67. label: Sort Criteria
  68. body: This section shows the enabled sorting criteria for the view. Sorting criteria are used to control the order in which the results are output. Clicking on any of the active sorting criteria shown in this section enables you to configure it.
  69. weight: "8"
  70. attributes:
  71. data-class: views-ui-display-tab-bucket.sort-criteria
  72. views-ui-sorts-operations:
  73. id: views-ui-sorts-operations
  74. plugin: text
  75. label: Sort actions
  76. body: Use this drop-button to add and re-arrange the sorting criteria.
  77. weight: "9"
  78. attributes:
  79. data-class: views-ui-display-tab-bucket.sort-criteria .dropbutton-widget
  80. views-ui-view-admin:
  81. id: views-ui-view-admin
  82. plugin: text
  83. label: View administration
  84. body: Use this drop-button to perform administrative tasks on the view, including adding a description and creating a clone. Click the drop button to view the available options.
  85. weight: "3"
  86. location: left
  87. attributes:
  88. data-id: views-display-extra-actions