You are here

tour.tour.tour-test.yml in Zircon Profile 8

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. id: tour-test
  2. module: tour_test
  3. label: 'Tour test english'
  4. langcode: en
  5. routes:
  6. - route_name: tour_test.1
  7. - route_name: tour_test.3
  8. route_params:
  9. locale: foo
  10. tips:
  11. tour-test-1:
  12. id: tour-test-1
  13. plugin: text
  14. label: 'The first tip'
  15. body: 'Is <a href="[site:url]">[site:name]</a> always the best dressed?'
  16. weight: 1
  17. attributes:
  18. data-id: tour-test-1
  19. tour-test-action:
  20. id: tour-test-3
  21. plugin: text
  22. label: 'The action'
  23. body: 'The action button of awesome'
  24. weight: 2
  25. attributes:
  26. data-class: button-action
  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. body: '<p>Im all these things:</p><ul><li>Modal</li><li>Awesome</li></ul>'
  38. weight: 6
  39. attributes:
  40. data-id: tour-test-3