Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / language / config / optional / tour.tour.language-edit.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: language-edit
5 label: 'Editing languages'
6 module: language
7 routes:
8   - route_name: entity.configurable_language.edit_form
9 tips:
10   language-edit-overview:
11     id: language-edit-overview
12     plugin: text
13     label: 'Editing languages'
14     body: '<p>This page provides the ability to edit a language on your site, including custom languages.</p>'
15     weight: 1
16   language-edit-langcode:
17     id: language-edit-langcode
18     plugin: text
19     label: 'Language code'
20     body: '<p>You cannot change the code of a language on the site, since it is used by the system to keep track of the language.</p>'
21     weight: 2
22     attributes:
23       data-id: edit-langcode-view
24   language-edit-label:
25     id: language-edit-label
26     plugin: text
27     label: 'Language name'
28     body: '<p>The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.</p>'
29     weight: 3
30     attributes:
31       data-id: edit-label
32   language-edit-direction:
33     id: language-edit-direction
34     plugin: text
35     label: 'Language direction'
36     body: '<p>Choose if the language is a "Left to right" or "Right to left" language.</p><p>Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".</p>'
37     weight: 4
38     attributes:
39       data-id: edit-direction--wrapper--description
40   language-edit-continue:
41     id: language-edit-continue
42     plugin: text
43     label: 'Continuing on'
44     body: '<p>Now that you have an overview of the "Edit language" feature, you can continue by:<ul><li>Editing a language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'
45     weight: 5