tour.tour.language-edit.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - language
  6. id: language-edit
  7. label: 'Editing languages'
  8. module: language
  9. routes:
  10. -
  11. route_name: entity.configurable_language.edit_form
  12. tips:
  13. language-edit-overview:
  14. id: language-edit-overview
  15. plugin: text
  16. label: 'Editing languages'
  17. weight: 1
  18. body: '<p>This page provides the ability to edit a language on your site, including custom languages.</p>'
  19. language-edit-langcode:
  20. id: language-edit-langcode
  21. plugin: text
  22. label: 'Language code'
  23. weight: 2
  24. selector: '#edit-langcode-view'
  25. 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>'
  26. language-edit-label:
  27. id: language-edit-label
  28. plugin: text
  29. label: 'Language name'
  30. weight: 3
  31. selector: '#edit-label'
  32. 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>'
  33. language-edit-direction:
  34. id: language-edit-direction
  35. plugin: text
  36. label: 'Language direction'
  37. weight: 4
  38. selector: '#edit-direction--wrapper--description'
  39. 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>'
  40. language-edit-continue:
  41. id: language-edit-continue
  42. plugin: text
  43. label: 'Continuing on'
  44. weight: 5
  45. 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>'

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