You are here

tour.tour.views-ui.yml in Multipurpose Corporate Profile 8

modules/custom/feature_config/config/install/tour.tour.views-ui.yml

File

modules/custom/feature_config/config/install/tour.tour.views-ui.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - views_ui
  6. id: views-ui
  7. label: 'View edit page'
  8. module: views_ui
  9. routes:
  10. -
  11. route_name: entity.view.edit_form
  12. -
  13. route_name: entity.view.edit_display_form
  14. tips:
  15. views-main:
  16. id: views-main
  17. plugin: text
  18. label: 'Manage view settings'
  19. body: 'View or edit the configuration.'
  20. weight: 1
  21. views-ui-displays:
  22. id: views-ui-displays
  23. plugin: text
  24. label: 'Displays in this view'
  25. body: 'A display is a way of outputting the results, e.g., as a page or a block. A view can contain multiple displays, which are listed here. The active display is highlighted.'
  26. weight: 2
  27. attributes:
  28. data-id: views-display-top
  29. views-ui-view-admin:
  30. id: views-ui-view-admin
  31. plugin: text
  32. label: 'View administration'
  33. body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.'
  34. weight: 3
  35. location: left
  36. attributes:
  37. data-id: views-display-extra-actions
  38. views-ui-format:
  39. id: views-ui-format
  40. plugin: text
  41. label: 'Output format'
  42. body: 'Choose how to output results. E.g., choose <em>Content</em> to output each item completely, using your configured display settings. Or choose <em>Fields</em>, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to <em>extend</em> Drupal''s base functionality.'
  43. weight: 4
  44. attributes:
  45. data-class: views-ui-display-tab-bucket.format
  46. views-ui-fields:
  47. id: views-ui-fields
  48. plugin: text
  49. label: Fields
  50. body: 'If this view uses fields, they are listed here. You can click on a field to configure it.'
  51. weight: 5
  52. attributes:
  53. data-class: views-ui-display-tab-bucket.field
  54. views-ui-filter:
  55. id: views-ui-filter
  56. plugin: text
  57. label: 'Filter your view'
  58. body: 'Add filters to limit the results in the output. E.g., to only show content that is <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.'
  59. weight: 6
  60. attributes:
  61. data-class: views-ui-display-tab-bucket.filter
  62. views-ui-filter-operations:
  63. id: views-ui-filter-operations
  64. plugin: text
  65. label: 'Filter actions'
  66. body: 'Add, rearrange or remove filters.'
  67. weight: 7
  68. attributes:
  69. data-class: 'views-ui-display-tab-bucket.filter .dropbutton-widget'
  70. views-ui-sorts:
  71. id: views-ui-sorts
  72. plugin: text
  73. label: 'Sort Criteria'
  74. body: 'Control the order in which the results are output. Click on an active sort rule to configure it.'
  75. weight: 8
  76. attributes:
  77. data-class: views-ui-display-tab-bucket.sort
  78. views-ui-sorts-operations:
  79. id: views-ui-sorts-operations
  80. plugin: text
  81. label: 'Sort actions'
  82. body: 'Add, rearrange or remove sorting rules.'
  83. weight: 9
  84. attributes:
  85. data-class: 'views-ui-display-tab-bucket.sort .dropbutton-widget'
  86. views-ui-preview:
  87. id: views-ui-preview
  88. plugin: text
  89. label: Preview
  90. body: 'Show a preview of the view output.'
  91. weight: 10
  92. location: left
  93. attributes:
  94. data-id: preview-submit