tour.tour.tour-test.yml

Same filename in this branch
  1. 9 core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml
Same filename and directory in other branches
  1. 8.9.x core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml
  2. 8.9.x core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml
  3. 10 core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml
  4. 10 core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml
  5. 11.x core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml
  6. 11.x core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml
core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml

File

core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml

View source
  1. langcode: en
  2. id: tour-test
  3. label: 'Tour test english'
  4. module: tour_test
  5. routes:
  6. -
  7. route_name: tour_test.1
  8. -
  9. route_name: tour_test.3
  10. route_params:
  11. locale: foo
  12. tips:
  13. tour-test-1:
  14. id: tour-test-1
  15. plugin: text
  16. label: 'The first tip'
  17. weight: 1
  18. selector: '#tour-test-1'
  19. body: 'Is <a href="[site:url]">[site:name]</a> always the best dressed?'
  20. tour-test-action:
  21. id: tour-test-3
  22. plugin: text
  23. label: 'The action'
  24. weight: 2
  25. selector: .button-action
  26. body: 'The action button of awesome'
  27. tour-test-3:
  28. id: tour-test-3
  29. plugin: image
  30. label: 'The awesome image'
  31. url: 'http://local/image.png'
  32. weight: 1
  33. tour-test-6:
  34. id: tour-test-6
  35. plugin: text
  36. label: 'Im a list'
  37. weight: 6
  38. selector: '#tour-test-3'
  39. body: '<p>Im all these things:</p><ul><li>Modal</li><li>Awesome</li></ul>'

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