diff --git a/core/modules/field_ui/config/tour.tour.field-ui-display.yml b/core/modules/field_ui/config/tour.tour.field-ui-display.yml index 87a61fd..dfd2370 100644 --- a/core/modules/field_ui/config/tour.tour.field-ui-display.yml +++ b/core/modules/field_ui/config/tour.tour.field-ui-display.yml @@ -9,13 +9,13 @@ tips: id: introduction plugin: text label: Manage display - body:
This page is used to manage how the fields from 'Manage fields' will be displayed on different parts of your site.
Tasks that can be performed include:
Display modes allow for content to be viewed in many different ways.
eg. The content type's content on a page will different to a smaller subset of content displayed in a list.
+ body: Display modes allow content to be output in different ways. E.g., Default display shows all fields, but Teaser display shows only one or two. weight: "1" location: left attributes: @@ -24,7 +24,7 @@ tips: id: label plugin: text label: Field label - body:Field labels can be positioned above, inline or hidden.
+ body: Field labels can be positioned above, inline or hidden. weight: "2" attributes: data-class: 'field-label' @@ -32,7 +32,7 @@ tips: id: format plugin: text label: Format - body:Formats are used to display field information in different ways.
e.g. Tags can be display in plain text or link form.
+ body: Formats are used to display field information in different ways, e.g., tags can be displayed in plain text or link form. weight: "3" attributes: data-class: 'field-format' @@ -40,7 +40,7 @@ tips: id: format plugin: text label: Custom display settings - body:Allow for addition settings that other modules use to extend field display functionality.
Core provides the ability to enable additional view modes.
+ body: Extend field display functionality by enabling additional view modes. weight: "4" location: "top" attributes: diff --git a/core/modules/field_ui/config/tour.tour.field-ui-fields.yml b/core/modules/field_ui/config/tour.tour.field-ui-fields.yml index 0023fdd..a0f8fcb 100644 --- a/core/modules/field_ui/config/tour.tour.field-ui-fields.yml +++ b/core/modules/field_ui/config/tour.tour.field-ui-fields.yml @@ -9,13 +9,13 @@ tips: id: introduction plugin: text label: Manage fields - body:This page is used to manage fields that are assigned to a specific content type.
Tasks that can be performed include:
The field type is the type of data that this field will store.
eg. A list of items.
+ body: The field type is the type of data this field will store, e.g., a list of items. weight: "1" attributes: data-class: 'html #field-overview th.field-type' @@ -23,7 +23,7 @@ tips: id: operations plugin: text label: Operations - body: Edit, delete and manage field settings + body: Use the drop-down button to edit or delete fields. weight: "3" location: "left" attributes: @@ -32,7 +32,7 @@ tips: id: add-new-field plugin: text label: Add new field - body: To create a new field a label, type and widget need to be provided. The label field will automatically fill out the machine name field. While the Field Type will filter the Widget dropdown. + body: To create a new field, choose the label, type and widget. The label field automatically generates the machine name field. The field type filters the widget dropdown. weight: "4" location: "top" attributes: diff --git a/core/modules/field_ui/config/tour.tour.field-ui-form-display.yml b/core/modules/field_ui/config/tour.tour.field-ui-form-display.yml index 179e7d3..a618307 100644 --- a/core/modules/field_ui/config/tour.tour.field-ui-form-display.yml +++ b/core/modules/field_ui/config/tour.tour.field-ui-form-display.yml @@ -9,13 +9,13 @@ tips: id: introduction plugin: text label: Manage form display - body:This page is used to manage how the field forms will be displayed when editing content.
Tasks that can be performed include:
Widgets allow you to specify how you enter the information.
eg. For options list, use a checkbox or select list.
+ body: Choose whether to show or hide the widget. For some fields you can change the widget type, e.g., use autocomplete, checkboxes or a select list. weight: "1" attributes: data-class: 'field-widget'