Issue #2195967 by tstoeckler, pameeela: Update content of views tour to align with standards.

8.0.x
Alex Pott 2014-04-30 10:24:49 +01:00
parent e8ae773927
commit 57106fe677
1 changed files with 35 additions and 36 deletions

View File

@ -6,27 +6,42 @@ routes:
- route_name: views_ui.edit
- route_name: views_ui.edit_display
tips:
views-ui-active-display:
id: views-ui-active-display
views-main:
id: views-main
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
attributes:
data-class: 'views-display-top li.active'
label: 'Manage view settings'
body: 'View or edit the configuration.'
weight: 1
views-ui-displays:
id: views-ui-displays
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
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.'
weight: 2
attributes:
data-id: views-display-top
views-ui-view-admin:
id: views-ui-view-admin
plugin: text
label: 'View administration'
body: 'Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.'
weight: 3
location: left
attributes:
data-id: views-display-extra-actions
views-ui-format:
id: views-ui-format
plugin: text
label: 'Output format'
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.'
weight: 4
attributes:
data-class: views-ui-display-tab-bucket.format
views-ui-fields:
id: views-ui-fields
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.'
body: 'If this view uses fields, they are listed here. You can click on a field to configure it.'
weight: 5
attributes:
data-class: views-ui-display-tab-bucket.fields
@ -34,7 +49,7 @@ tips:
id: views-ui-filter
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 <em>published</em>, you would add a filter for <em>Published</em> and select <em>Yes</em>.'
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>.'
weight: 6
attributes:
data-class: views-ui-display-tab-bucket.filter-criteria
@ -42,31 +57,15 @@ tips:
id: views-ui-filter-operations
plugin: text
label: 'Filter actions'
body: 'Use this drop-button to add and re-arrange filters'
body: 'Add, rearrange or remove filters.'
weight: 7
attributes:
data-class: 'views-ui-display-tab-bucket.filter-criteria .dropbutton-widget'
views-ui-format:
id: views-ui-format
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 <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.'
weight: 4
attributes:
data-class: views-ui-display-tab-bucket.format
views-ui-preview:
id: views-ui-preview
plugin: text
label: Preview
body: 'Use this button to show a preview of the view output'
weight: 10
attributes:
data-id: preview-submit
views-ui-sorts:
id: views-ui-sorts
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.'
body: 'Control the order in which the results are output. Click on an active sort rule to configure it.'
weight: 8
attributes:
data-class: views-ui-display-tab-bucket.sort-criteria
@ -74,19 +73,19 @@ tips:
id: views-ui-sorts-operations
plugin: text
label: 'Sort actions'
body: 'Use this drop-button to add and re-arrange the sorting criteria.'
body: 'Add, rearrange or remove sorting rules.'
weight: 9
attributes:
data-class: 'views-ui-display-tab-bucket.sort-criteria .dropbutton-widget'
views-ui-view-admin:
id: views-ui-view-admin
views-ui-preview:
id: views-ui-preview
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.'
weight: 3
label: 'Preview'
body: 'Show a preview of the view output.'
weight: 10
location: left
attributes:
data-id: views-display-extra-actions
data-id: preview-submit
dependencies:
module:
- views_ui