Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / language / config / optional / tour.tour.language-add.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: language-add
5 label: 'Adding languages'
6 module: language
7 routes:
8   - route_name: language.add
9 tips:
10   language-add-overview:
11     id: language-add-overview
12     plugin: text
13     label: 'Adding languages'
14     body: '<p>This page provides the ability to add common languages to your site.</p><p>If the desired language is not available, you can add a custom language.</p>'
15     weight: 1
16   language-add-choose:
17     id: language-add-choose
18     plugin: text
19     label: 'Select language'
20     body: '<p>Choose a language from the list, or choose "Custom language..." at the end of the list.</p><p>Click the "Add language" button when you are done choosing your language.</p><p>When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.</p>'
21     weight: 2
22     attributes:
23       data-id: edit-predefined-langcode
24   language-add-continue:
25     id: language-add-continue
26     plugin: text
27     label: 'Continuing on'
28     body: '<p>Now that you have an overview of the "Add languages" feature, you can continue by:<ul><li>Adding a language</li><li>Adding a custom language</li><li><a href="[site:url]admin/config/regional/language">Viewing configured languages</a></li></ul></p>'
29     weight: 3