tour.tour.language-add.yml

Same filename and directory in other branches
  1. 9 core/modules/language/config/optional/tour.tour.language-add.yml
  2. 8.9.x core/modules/language/config/optional/tour.tour.language-add.yml
  3. 10 core/modules/tour/config/optional/tour.tour.language-add.yml
core/modules/tour/config/optional/tour.tour.language-add.yml

File

core/modules/tour/config/optional/tour.tour.language-add.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - language
  6. id: language-add
  7. label: 'Adding languages'
  8. module: language
  9. routes:
  10. -
  11. route_name: language.add
  12. tips:
  13. language-add-overview:
  14. id: language-add-overview
  15. plugin: text
  16. label: 'Adding languages'
  17. weight: 1
  18. 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>'
  19. language-add-choose:
  20. id: language-add-choose
  21. plugin: text
  22. label: 'Select language'
  23. weight: 2
  24. selector: '#edit-predefined-langcode'
  25. 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>'
  26. language-add-continue:
  27. id: language-add-continue
  28. plugin: text
  29. label: 'Continuing on'
  30. weight: 3
  31. 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>'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.