diff --git a/core/modules/views_ui/config/tour.tour.views-ui.yml b/core/modules/views_ui/config/tour.tour.views-ui.yml index 6f2ca9d..abab7bf 100644 --- a/core/modules/views_ui/config/tour.tour.views-ui.yml +++ b/core/modules/views_ui/config/tour.tour.views-ui.yml @@ -1,84 +1,93 @@ -id: views-ui -module: views_ui +id: views-ui-en label: Views ui langcode: en paths: - admin/structure/views/view/*/edit + - admin/structure/views/view/* tips: - views-ui-active-display: - id: views-ui-active-display + views-ui-active-display-en: + id: views-ui-active-display-en plugin: text label: Active display 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. weight: "2" + location: bottom attributes: data-class: views-display-top li.active - views-ui-displays: - id: views-ui-displays + views-ui-displays-en: + id: views-ui-displays-en plugin: text label: Displays in this view 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. weight: "1" + location: bottom attributes: data-id: views-display-top - views-ui-fields: - id: views-ui-fields + views-ui-fields-en: + id: views-ui-fields-en plugin: text label: Fields 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. weight: "5" + location: bottom attributes: data-class: views-ui-display-tab-bucket.fields - views-ui-filter: - id: views-ui-filter + views-ui-filter-en: + id: views-ui-filter-en plugin: text label: Filter your view 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 published, you would add a filter for Published and select Yes. weight: "6" + location: bottom attributes: data-class: views-ui-display-tab-bucket.filter-criteria - views-ui-filter-operations: - id: views-ui-filter-operations + views-ui-filter-operations-en: + id: views-ui-filter-operations-en plugin: text label: Filter actions body: Use this drop-button to add and re-arrange filters weight: "7" + location: bottom attributes: data-class: views-ui-display-tab-bucket.filter-criteria .dropbutton-widget - views-ui-format: - id: views-ui-format + views-ui-format-en: + 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 modules to extend Drupal's base functionality. weight: "4" + location: bottom attributes: data-class: views-ui-display-tab-bucket.format - views-ui-preview: - id: views-ui-preview + views-ui-preview-en: + id: views-ui-preview-en plugin: text label: Preview body: Use this button to show a preview of the view output weight: "10" + location: bottom attributes: data-id: preview-submit - views-ui-sorts: - id: views-ui-sorts + views-ui-sorts-en: + id: views-ui-sorts-en plugin: text label: Sort Criteria 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. weight: "8" + location: bottom attributes: data-class: views-ui-display-tab-bucket.sort-criteria - views-ui-sorts-operations: - id: views-ui-sorts-operations + views-ui-sorts-operations-en: + id: views-ui-sorts-operations-en plugin: text label: Sort actions body: Use this drop-button to add and re-arrange the sorting criteria. weight: "9" + location: bottom attributes: data-class: views-ui-display-tab-bucket.sort-criteria .dropbutton-widget - views-ui-view-admin: - id: views-ui-view-admin + views-ui-view-admin-en: + id: views-ui-view-admin-en plugin: text label: View administration 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.